Skip to content

Interface to standard astronomy library for use from Pascal program

Notifications You must be signed in to change notification settings

pchev/libpasastro

Repository files navigation

libpasastro

Interface to standard astronomy library for use from Pascal program

Provide shared libraries to interface Pascal program with standard astronomy libraries.

  • libpasgetdss.so : Interface with GetDSS to work with DSS images.
  • libpasplan404.so: Interface with Plan404 to compute planets position.
  • libpaswcs.so : Interface with libwcs to work with FITS WCS.

The libraw interface libpasraw is now at: https://github.com/pchev/libpasraw

libpasspice present in version 1.4.0 is replaced by libcalceph: https://github.com/pchev/libcalceph

This libraries are used with the following projects:

  • skychart
  • ccdciel
  • virtualplanet
  • virtualmoon

Please report any issue at https://www.ap-i.net/mantis/set_project.php?project_id=7

You can download pre-compiled binary from https://sourceforge.net/projects/libpasastro/

Install version for your Ubuntu system from https://launchpad.net/~pch/+archive/ubuntu/ppa-skychart

Compilation

You need git, gcc, g++ and make

This can be installed with the command:

sudo apt install git build-essential

Get the source code:

git clone https://github.com/pchev/libpasastro.git
cd libpasastro

Then compile and install:

make clean all
sudo make install PREFIX=/usr
sudo ldconfig

About

Interface to standard astronomy library for use from Pascal program

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •