Standards of Fundamental Astronomy

Last updated
Standards of Fundamental Astronomy
Stable release
2018-01-30 / 2018-01-30
Written in C and Fortran
Operating system Cross-platform
Type Numerical library
License SOFA Software License
Website http://www.iausofa.org/

The Standards of Fundamental Astronomy (SOFA) software libraries are a collection of subroutines that implement official International Astronomical Union (IAU) algorithms for astronomical computations.

Contents

As of February 2009 they are available in both Fortran and C source code format.

Capabilities

The subroutines in the libraries cover the following areas:

Licensing

As of the February 2009 release, SOFA licensing changed to allow use for any purpose, provided certain requirements are met. [1] Previously, commercial usage was specifically excluded and required written agreement of the SOFA board. [2]

See also

Related Research Articles

<span class="mw-page-title-main">Astronomical unit</span> Mean distance between Earth and the Sun

The astronomical unit is a unit of length, roughly the distance from Earth to the Sun and approximately equal to 150 million kilometres or 8.3 light-minutes. The actual distance from Earth to the Sun varies by about 3% as Earth orbits the Sun, from a maximum (aphelion) to a minimum (perihelion) and back again once each year. The astronomical unit was originally conceived as the average of Earth's aphelion and perihelion; however, since 2012 it has been defined as exactly 149597870700 m.

The Julian day is the continuous count of days since the beginning of the Julian period, and is used primarily by astronomers, and in software for easily calculating elapsed days between two events.

In astronomy and celestial navigation, an ephemeris is a book with tables that gives the trajectory of naturally occurring astronomical objects as well as artificial satellites in the sky, i.e., the position over time. Historically, positions were given as printed tables of values, given at regular intervals of date and time. The calculation of these tables was one of the first applications of mechanical computers. Modern ephemerides are often provided in electronic form. However, printed ephemerides are still produced, as they are useful when computational devices are not available.

<span class="mw-page-title-main">Solar mass</span> Standard unit of mass in astronomy

The solar mass (M) is a standard unit of mass in astronomy, equal to approximately 2×1030 kg. It is often used to indicate the masses of other stars, as well as stellar clusters, nebulae, galaxies and black holes. It is approximately equal to the mass of the Sun. This equates to about two nonillion (short scale), two quintillion (long scale) kilograms or 2000 quettagrams:

A sofa is a piece of furniture, also called a couch.

<span class="mw-page-title-main">On2 Technologies</span> American video technology company

On2 Technologies, formerly known as The Duck Corporation, was a small publicly traded company, founded in New York City in 1992 and headquartered in Clifton Park, New York, that designed video codec technology. It created a series of video codecs called TrueMotion.

<span class="mw-page-title-main">Free and open-source software</span> Software whose source code is available and which is permissively licensed

Free and open-source software (FOSS) is a term used to refer to groups of software consisting of both free software and open-source software where anyone is freely licensed to use, copy, study, and change the software in any way, and the source code is openly shared so that people are encouraged to voluntarily improve the design of the software. This is in contrast to proprietary software, where the software is under restrictive copyright licensing and the source code is usually hidden from the users.

The International Celestial Reference System (ICRS) is the current standard celestial reference system adopted by the International Astronomical Union (IAU). Its origin is at the barycenter of the Solar System, with axes that are intended to "show no global rotation with respect to a set of distant extragalactic objects". This fixed reference system differs from previous reference systems, which had been based on Catalogues of Fundamental Stars that had published the positions of stars based on direct "observations of [their] equatorial coordinates, right ascension and declination" and had adopted as "privileged axes ... the mean equator and the dynamical equinox" at a particular date and time.

An astronomical constant is any of several physical constants used in astronomy. Formal sets of constants, along with recommended values, have been defined by the International Astronomical Union (IAU) several times: in 1964 and in 1976. In 2009 the IAU adopted a new current set, and recognizing that new observations and techniques continuously provide better values for these constants, they decided to not fix these values, but have the Working Group on Numerical Standards continuously maintain a set of Current Best Estimates. The set of constants is widely reproduced in publications such as the Astronomical Almanac of the United States Naval Observatory and HM Nautical Almanac Office.

<span class="mw-page-title-main">Spherical astronomy</span> Branch of astronomy about the celestial sphere

Spherical astronomy, or positional astronomy, is a branch of observational astronomy used to locate astronomical objects on the celestial sphere, as seen at a particular date, time, and location on Earth. It relies on the mathematical methods of spherical trigonometry and the measurements of astrometry.

<span class="mw-page-title-main">Beta Columbae</span> Star in the constellation Columba

Beta Columbae, officially named Wazn, is the second-brightest star in the southern constellation of Columba. It has an apparent visual magnitude of 3.1, which is bright enough to be viewed with the naked eye even from an urban location. Parallax measurements place it at a distance of about 87.2 light-years from the Sun.

<span class="mw-page-title-main">Sigma Librae</span> Star in the constellation Libra

Sigma Librae is a binary star in the constellation of Libra. The apparent visual magnitude is +3.29, making it visible to the naked eye. Based upon parallax measurements, this system is at a distance of roughly 288 light-years from the Sun, with a 2% margin of error. At that distance, the visual magnitude is diminished by 0.20 ± 0.17 from extinction caused by intervening gas and dust.

Elena Vladimirovna Pitjeva is a Russian astronomer working at the Institute of Applied Astronomy, Russian Academy of Sciences, St. Petersburg. She has published over 100 articles, as listed in Google Scholar and the Astrophysics Data System in the field of solar system dynamics and celestial mechanics.

In astronomy, an equinox is either of two places on the celestial sphere at which the ecliptic intersects the celestial equator. Although there are two such intersections, the equinox associated with the Sun's ascending node is used as the conventional origin of celestial coordinate systems and referred to simply as "the equinox". In contrast to the common usage of spring/vernal and autumnal equinoxes, the celestial coordinate system equinox is a direction in space rather than a moment in time.

<span class="mw-page-title-main">Naval Observatory Vector Astrometry Subroutines</span>

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.

<span class="mw-page-title-main">Light-year</span> Distance that light travels in one year

A light-year, alternatively spelled light year, is a unit of length used to express astronomical distances and is equivalent to about 9.46 trillion kilometers (9.46×1012 km), or 5.88 trillion miles (5.88×1012 mi). As defined by the International Astronomical Union (IAU), a light-year is the distance that light travels in a vacuum in one Julian year (365.25 days). Because it includes the word "year", the term is sometimes misinterpreted as a unit of time.

<span class="mw-page-title-main">API</span> Software interface between computer programs

An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how to build or use such a connection or interface is called an API specification. A computer system that meets this standard is said to implement or expose an API. The term API may refer either to the specification or to the implementation.

The International Astronomical Union at its XVIth General Assembly in Grenoble in 1976, accepted a whole new consistent set of astronomical constants recommended for reduction of astronomical observations, and for computation of ephemerides. It superseded the IAU's previous recommendations of 1964, became in effect in the Astronomical Almanac from 1984 onward, and remained in use until the introduction of the IAU (2009) System of Astronomical Constants. In 1994 the IAU recognized that the parameters became outdated, but retained the 1976 set for sake of continuity, but also recommended to start maintaining a set of "current best estimates".

The barycentric celestial reference system (BCRS) is a coordinate system used in astrometry to specify the location and motions of astronomical objects. It was created in 2000 by the International Astronomical Union (IAU) to be the global standard reference system for objects located outside the gravitational vicinity of Earth: planets, moons, and other Solar System bodies, stars and other objects in the Milky Way galaxy, and extra-galactic objects.

References

  1. SOFA Software License for Issue 2009-02-01, International Astronomical Union, 2008-09-30, retrieved 2009-09-09.
  2. SOFA Software License for Issue 2008-03-01, International Astronomical Union, 2007-05-21, retrieved 2009-09-09.