Skip to content

Refactoring of NOVAS: Naval Observatory Vector Astrometry Subroutines

Notifications You must be signed in to change notification settings

jacobwilliams/NOVAS

Repository files navigation

Unofficial mirror of NOVAS: Naval Observatory Vector Astrometry Subroutines

Status

GitHub release Build Status codecov last-commit

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

About

Refactoring of NOVAS: Naval Observatory Vector Astrometry Subroutines

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published