README.md
February 11, 2024 ยท View on GitHub
Unofficial mirror of NOVAS: Naval Observatory Vector Astrometry Subroutines
Status
Compiling
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" }
Documentation
The latest API documentation can be found here. This was generated from the source code using FORD.
See also
- Original source: https://aa.usno.navy.mil/software/novas_info
- astro-fortran -- Modern Fortran implementations of standard models used in fundamental astronomy