Naval_Observatory_Vector_Astrometry_Subroutines

Naval Observatory Vector Astrometry Subroutines

Naval Observatory Vector Astrometry Subroutines

Add article description


The Naval Observatory Vector Astrometry Software (NOVAS) is a software library for astrometry-related numerical computations. It is developed by the Astronomical Applications Department, United States Naval Observatory. Currently, NOVAS has three different editions, for C, Fortran, and Python.

Quick Facts Developer(s), Stable release ...

Algorithms

The algorithms used by NOVAS are based on vector astrometry theories and the IAU resolutions. Instead of using trigonometric formulae from spherical astrometry, NOVAS uses the matrix and vector formulation which is more rigorous. This version implements the resolutions on astronomical reference systems and Earth rotation models passed at the IAU General Assemblies in 1997, 2000, and 2006. According to the Astronomical Applications Department, the algorithms used in NOVAS are identical to those used in the production of the US part of the Astronomical Almanac.[1]

A detailed description of the algorithms can be found here: Kaplan, et al. (1989) Astron. J. 97, 1197.[2]

Structure

The NOVAS library provides three levels of subroutines (functions): basic, utility, and supervisory.[1] Basic-level subroutines supply the values of fundamental variables, such as the nutation angles and the heliocentric positions of Solar System bodies for specific epoches. Utility-level subroutines perform transformations, such as those caused by precession, nutation and aberration. Supervisory-level subroutines serve as interfaces to the basic and utility subroutines to compute the coordinates of stars or Solar System bodies for specific dates and times.

Usage

The NOVAS library can be linked by programs that work with positions of celestial bodies. For example, "Pocket Stars", an astronomy software for Smartphone and PDA platforms, used the NOVAS as its astrometry engine.[3]

The Python edition allows calling the NOVAS functions from Python. It is mostly feature complete with respect to the C edition, with a few exceptions,[4] and shares the C edition's API. The current edition uses Python's foreign function library, ctypes.

Current status

Future versions of the Python interface will add support for passing data via NumPy types (and therefore support vectorized operations), and present a more Pythonic interface.[5]

See also


References

  1. Kaplan, George H. "NOVAS". Retrieved 2015-07-16.
  2. Jay Alan Borseth. "Pocket Stars Product Versions (PDA, SP, PC)". Nomad Electronics. Retrieved 2008-08-01.
  3. Kaplan, George H. "NOVAS - Python". Retrieved 2016-01-16.

Share this article:

This article uses material from the Wikipedia article Naval_Observatory_Vector_Astrometry_Subroutines, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.