Unofficial mirror of NOVAS: Naval Observatory Vector Astrometry Subroutines
A Fortran Package Manager manifest file is included, so that the library and test cases can be compiled with FPM. For example:
fpm build --profile release
fpm test --profile release
To use NOVAS
within your fpm project, add the following to your fpm.toml
file:
[dependencies]
NOVAS = { git="https://github.com/jacobwilliams/NOVAS.git" }
Or, to use a specific version:
[dependencies]
NOVAS = { git="https://github.com/jacobwilliams/NOVAS.git", tag = "3.1.0" }
The latest API documentation can be found here. This was generated from the source code using FORD.
- Original source: https://aa.usno.navy.mil/software/novas_info
- astro-fortran -- Modern Fortran implementations of standard models used in fundamental astronomy