Frame bias components of IAU 2000 precession-nutation models.
Returns: | a tuple of three items:
|
---|
See also
SOFA manual.pdf page 24
Frame bias and precession, IAU 2000.
Parameter: | date1, date2 – TT as a two-part Julian date. |
---|---|
Returns: | a tuple of three items:
|
See also
SOFA manual.pdf page 25
Frame bias and precession, IAU 2006.
Parameter: | date1, date2 – TT as a two-part Julian date. |
---|---|
Returns: | a tuple of three items:
|
See also
SOFA manual.pdf page 27
Extract from the bias-precession-nutation matrix the X,Y coordinates of the Celestial Intermediate Pole.
Parameter: | rbpn (numpy.ndarray, matrix or nested sequences of shape 3x3) – celestial-to-true matrix |
---|---|
Returns: | a tuple of two items containing x and y, as floats. |
See also
SOFA manual.pdf page 28
Form the celestial-to-intermediate matrix for a given date using the IAU 2000A precession-nutation model.
Parameter: | date1, date2 – TT as a two-part Julian date. |
---|---|
Returns: | the celestial-to-intermediate matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 29
Form the celestial-to-intermediate matrix for a given date using the IAU 2000B precession-nutation model.
Parameter: | date1, date2 – TT as a two-part Julian date. |
---|---|
Returns: | the celestial-to-intermediate matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 31
Form the celestial-to-intermediate matrix for a given date using the IAU 2006 precession-nutation model.
Parameter: | date1, date2 – TT as a two-part Julian date. |
---|---|
Returns: | the celestial-to-intermediate matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 33
Form the celestial-to-intermediate matrix for a given date given the bias-precession-nutation matrix. IAU 2000.
Parameters: |
|
---|---|
Returns: | the celestial-to-intermediate matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 34
Form the celestial to intermediate-frame-of-date matrix for a given date when CIP X,Y coordinates are known. IAU 2000.
Parameters: |
|
---|---|
Returns: | the celestial-to-intermediate matrix as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 36
Form the celestial to intermediate-frame-of-date matrix given the CIP X,Y coordinates and the CIO locator s.
Parameters: |
|
---|---|
Returns: | the celestial-to-intermediate matrix as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 38
Form the celestial-to-terrestrial matrix given the date, the UT1 and the polar motion, using IAU 2000A nutation model.
Parameters: |
|
---|---|
Returns: | the celestial-to-terrestrial matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 40
Form the celestial-to-terrestrial matrix given the date, the UT1 and the polar motion, using IAU 2000B nutation model.
Parameters: |
|
---|---|
Returns: | the celestial-to-terrestrial matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 42
Form the celestial-to-terrestrial matrix given the date, the UT1 and the polar motion, using the IAU 2006 precession and IAU 2000A nutation models.
Parameters: |
|
---|---|
Returns: | the celestial-to-terrestrial matrix, as a nunmp.matrix of shape 3x3. |
See also
SOFA manual.pdf page 44
Assemble the celestial-to-terrestrial matrix from CIO-based components (the celestial-to-intermediate matrix, the Earth Rotation Angle and the polar motion matrix).
Parameters: |
|
---|---|
Returns: | celestial-to-terrestrial matrix as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 46
Assemble the celestial-to-terrestrial matrix from equinox-based components (the celestial-to-true matrix, the Greenwich Apparent Sidereal Time and the polar motion matrix).
Parameters: |
|
---|---|
Returns: | celestial-to-terrestrial matrix as a numpy.matrix of shape 3x3. |
sofa manual.pdp page 47
Form the celestial-to-terrestrial matrix given the date, the UT1, the nutation and the polar motion. IAU 2000.
Parameters: |
|
---|---|
Returns: | the celestial-to-terrestrial matrix as a nump.matrix of shape 3x3. |
See also
SOFA manual.pdf page 48
Form the celestial-to-terrestrial matrix given the date, the UT1, the CIP coordinates and the polar motion. IAU 2000.
Parameters: |
|
---|---|
Returns: | celestial-to-terrestrial matrix as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 50
The equation of the equinoxes, compatible with IAU 2000 resolutions, given the nutation in longitude and the mean obliquity.
Parameters: |
|
---|---|
Returns: | equation of the equinoxes (float). |
See also
SOFA manual.pdf page 66
Equation of the equinoxes, compatible with IAU 2000 resolutions.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | equation of the equinoxes (float) |
See also
SOFA manual.pdf page 67
Equation of the equinoxes, compatible with IAU 2000 resolutions, using truncated nutation model IAU 2000B.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | equation of the equinoxes (float) |
See also
SOFA manual.pdf page 68
Equation of the equinoxes, compatible with IAU 2000 resolutions and IAU 2006/2000A precession-nutation.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | equation of the equinoxes (float) |
See also
SOFA manual.pdf page 69
Equation of the equinoxes complementary terms, consistent with IAU 2000 resolutions.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | complementary terms (float). |
See also
SOFA manual.pdf page 70
Earth’s reference ellipsoids.
Parameter: | n (int) – ellipsoid identifier, should be one of:
|
---|---|
Returns: | a tuple of two items:
|
See also
SOFA manual.pdf page 72
Equation of the origins, IAU 2006 precession and IAU 2000A nutation.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | equation of the origins in radians (float). |
See also
SOFA manual.pdf page 73
Equation of the origins, given the classical NPB matrix and the quantity s.
Parameters: |
|
---|---|
Returns: | the equation of the origins in radians (float). |
See also
SOFA manual.pdf page 74
Earth position and velocity, heliocentric and barycentric, with respect to the Barycentric Celestial Reference System.
Parameter: | date1, date2 (float) – TDB as a two-part Julian date. |
---|---|
Returns: | a tuple of two items:
|
Raises: | UserWarning if the date falls outside the range 1900-2100. |
See also
SOFA manual.pdf page 79
Equation of the equinoxes, IAU 1994 model.
Parameter: | date1, date2 (float) – TDB as a two-part Julian date. |
---|---|
Returns: | equation of the equinoxes (float). |
See also
SOFA manual.pdf page 81
Earth rotation angle IAU 2000 model.
Parameter: | dj1, dj2 (float) – UT1 as a two-part Julian date. |
---|---|
Returns: | Earth rotation angle in radians, in the range 0-2pi (float). |
See also
SOFA manual.pdf page 82
Mean elongation of the Moon from the Sun (fundamental argument, IERS conventions 2003).
Parameter: | t (float) – TDB in Julian centuries since J2000.0 |
---|---|
Returns: | mean elongation of the Moon from the Sun in radians (float). |
See also
SOFA manual.pdf page 83
Mean longitude of Earth (fundamental argument, IERS conventions 2003).
Parameter: | t (float) – TDB in Julian centuries since J2000.0 |
---|---|
Returns: | mean longitude of Earth in radians (float). |
See also
SOFA manual.pdf page 84
Mean longitude of the Moon minus mean longitude of the ascending node (fundamental argument, IERS conventions 2003).
Parameter: | t (float) – TDB in Julian centuries since J2000.0 |
---|---|
Returns: | result in radians (float). |
See also
SOFA manual.pdf page 85
Mean longitude of Jupiter (fundamental argument, IERS conventions 2003).
Parameter: | t (float) – TDB in Julian centuries since J2000.0 |
---|---|
Returns: | mean longitude of Jupiter in radians (float). |
See also
SOFA manual.pdf page 86
Mean anomaly of the Moon (fundamental argument, IERS conventions 2003).
Parameter: | t (float) – TDB in Julian centuries since J2000.0 |
---|---|
Returns: | mean anomaly of the Moon in radians (float). |
See also
SOFA manual.pdf page 87
Mean anomaly of the Sun (fundamental argument, IERS conventions 2003).
Parameter: | t (float) – TDB in Julian centuries since J2000.0 |
---|---|
Returns: | mean anomaly of the Sun in radians (float). |
See also
SOFA manual.pdf page 88
Mean longitude of Mars (fundamental argument, IERS conventions 2003).
Parameter: | t (float) – TDB in Julian centuries since J2000.0 |
---|---|
Returns: | mean longitude of Mars in radians (float). |
See also
SOFA manual.pdf page 89
Mean longitude of Mercury (fundamental argument, IERS conventions 2003).
Parameter: | t (float) – TDB in Julian centuries since J2000.0 |
---|---|
Returns: | mean longitude of Mercury in radians (float). |
See also
SOFA manual.pdf page 90
Mean longitude of Neptune (fundamental argument, IERS conventions 2003).
Parameter: | t (float) – TDB in Julian centuries since J2000.0 |
---|---|
Returns: | mean longitude of Neptune in radians (float). |
See also
SOFA manual.pdf page 91
Mean longitude of the Moon’s ascending node (fundamental argument, IERS conventions 2003).
Parameter: | t (float) – TDB in Julian centuries since J2000.0 |
---|---|
Returns: | mean longitude of of the Moon’s ascending node in radians (float). |
See also
SOFA manual.pdf page 92
General accumulated precession in longitude (fundamental argument, IERS conventions 2003).
Parameter: | t (float) – TDB in Julian centuries since J2000.0 |
---|---|
Returns: | general accumulated precession in longitude in radians (float). |
See also
SOFA manual.pdf page 93
Mean longitude of Saturn (fundamental argument, IERS conventions 2003).
Parameter: | t (float) – TDB in Julian centuries since J2000.0 |
---|---|
Returns: | mean longitude of Saturn in radians (float). |
See also
SOFA manual.pdf page 94
Mean longitude of Uranus (fundamental argument, IERS conventions 2003).
Parameter: | t (float) – TDB in Julian centuries since J2000.0 |
---|---|
Returns: | mean longitude of Uranus in radians (float). |
See also
SOFA manual.pdf page 95
Mean longitude of Venus (fundamental argument, IERS conventions 2003).
Parameter: | t (float) – TDB in Julian centuries since J2000.0 |
---|---|
Returns: | mean longitude of Venus in radians (float). |
See also
SOFA manual.pdf page 96
Transform FK5 (J2000.0) star data into the Hipparcos system.
Parameters: |
|
---|---|
Returns: | a tuple of six items corresponding to Hipparcos epoch J2000.0:
|
See also
SOFA manual.pdf page 97
FK5 to Hipparcos rotation and spin.
Returns: | a tuple of two items:
|
---|
See also
SOFA manual.pdf page 98
Transform an FK5 (J2000.0) star position into the system of the Hipparcos catalogue, assuming zero Hipparcos proper motion.
Parameters: |
|
---|---|
Returns: | a tuple of two items:
|
See also
SOFA manual.pdf page 99
Form rotation matrix given the Fukushima-Williams angles.
Parameters: |
|
---|---|
Returns: | rotation matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 101
CIP X and Y given Fukushima-Williams bias-precession-nutation angles.
Parameters: |
|
---|---|
Returns: | a tuple containing CIP X and X in radians (float). |
See also
SOFA manual.pdf page 103
Transform geocentric coordinates to geodetic using the specified reference ellipsoid.
Parameters: |
|
---|---|
Returns: | a tuple of three items:
|
Raises: | ValueError for invalid ellipsoid identifier. |
See also
SOFA manual.pdf page 104
Transform geocentric coordinates to geodetic for a reference ellipsoid of specified form.
Parameters: |
|
---|---|
Returns: | a tuple of three items:
|
Raises: | ValueError if supplied values for a or f are nor valid. |
See also
SOFA manual.pdf page 105
Transform geodetic coordinates to geocentric using specified reference ellipsoid.
Parameters: |
|
---|---|
Returns: | geocentric vector as a numpy.matrix of shape 1x3. |
Raises: | ValueError in case of invalid ellipsoid identifier or invalid coordinate values. |
See also
SOFA manual.pdf page 106
Transform geodetic coordinates to geocentric for a reference ellipsoid of specified form.
Parameters: |
|
---|---|
Returns: | geocentric vector as a numpy.matrix of shape 1x3. |
See also
SOFA manual.pdf page 107
Greenwich mean sidereal time, consistent with IAU 2000 resolutions.
Parameters: |
|
---|---|
Returns: | Greenwich mean sidereal time in radians (float). |
See also
SOFA manual.pdf page 108
Greenwich mean sidereal time, consistent with IAU 2006 precession.
Parameters: |
|
---|---|
Returns: | Greenwich mean sidereal time in radians (float). |
See also
SOFA manual.pdf page 110
Greenwich mean sidereal time, IAU 1982 model.
Parameter: | dj1, dj2 – UT1 as a two-part Julian date. |
---|---|
Returns: | Greenwich mean sidereal time in radians (float). |
See also
SOFA manual.pdf page 111
Greenwich apparent sidereal time, consistent with IAU 2000 resolutions.
Parameters: |
|
---|---|
Returns: | Greenwich apparent sidereal time in radians (float). |
See also
SOFA manual.pdf page 112
Greenwich apparent sidereal time, consistent with IAU 2000 resolutions, using truncated nutation model IAU 2000B.
Parameter: | uta, utb (float) – UT1 as a two-part Julian date. |
---|---|
Returns: | Greenwich apparent sidereal time in radians (float). |
See also
SOFA manual.pdf page 114
Greenwich apparent sidereal time, IAU 2006, given the npb matrix.
Parameters: |
|
---|---|
Returns: | Greenwich apparent sidereal time in radians (float). |
See also
SOFA manual.pdf page 116
Greenwich apparent sidereal time, consistent with IAU 2000 and 2006 resolutions.
Parameters: |
|
---|---|
Returns: | Greenwich apparent sidereal time in radians (float). |
See also
SOFA manual.pdf page 117
Greenwich apparent sidereal time, consistent with IAU 1982/94 resolutions.
Parameter: | uta, utb (float) – UT1 as a two-part Julian date. |
---|---|
Returns: | Greenwich apparent sidereal time in radians (float). |
See also
SOFA manual.pdf page 118
Transform Hipparcos star data into FK5 (J2000.0) system.
Parameters: |
|
---|---|
Returns: | a tuple of six items:
|
See also
SOFA manual.pdf page 119
Transform Hipparcos star position into FK5 (J2000.0), assuming zero Hipparcos proper motion.
Parameters: |
|
---|---|
Returns: | a tuple of four items:
|
See also
SOFA manual.pdf page 120
Form the matrix of nutation for a given date, IAU 2000A model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | nutation matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 125
Form the matrix of nutation for a given date, IAU 2000B model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | nutation matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 126
Form the matrix of nutation for a given date, IAU 2006/2000A model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | nutation matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 127
Form the matrix of nutation.
Parameters: |
|
---|---|
Returns: | nutation matrix as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 128
Nutation, IAU 2000A model (MHB2000 luni-solar and planetary nutation with free core nutation omitted).
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 2-tuple:
|
See also
SOFA manual.pdf page 129
Nutation, IAU 2000B model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 2-tuple:
|
See also
SOFA manual.pdf page 132
IAU 2000A nutation with adjustments to match the IAU 2006 precession.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 2-tuple:
|
See also
SOFA manual.pdf page 134
Nutation, IAU 1980 model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 2-tuple:
|
See also
SOFA manual.pdf page 136
Form the nutation matrix for a given date, IAU 1980 model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | the nutation matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 137
Mean obliquity of the ecliptic, IAU 2006 precession model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | obliquity of the ecliptic in radians (float). |
See also
SOFA manual.pdf page 138
Mean obliquity of the ecliptic, IAU 1980 model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | obliquity of the ecliptic in radians (float). |
See also
SOFA manual.pdf page 139
Precession angles, IAU 2006, equinox based.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 16-tuple:
|
See also
SOFA manual.pdf page 140
Form the three Euler angles which implement general precession from epoch J2000.0, using IAU 2006 model. Frame bias is included.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 3-tuple:
|
See also
SOFA manual.pdf page 146
Precession angles, IAU 2006 (Fukushima-Williams 4-angle formulation).
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 4-tuple:
|
See also
SOFA manual.pdf page 148
Approximate heliocentric position and velocity of a nominated major planet : Mercury, Venus, EMB, Mars, Jupiter, Saturn, Uranus or Neptune.
Parameters: |
|
---|---|
Returns: | planet’s position and velocity (heliocentric, J2000.0, AU, AU/d) as a numpy.matrix of shape 2x3 |
Raises: | ValueError if the planet identifier is invalid (outside 1..8). UserWarning if the year is outside the range 1000-3000. |
See also
SOFA manual.pdf page 150
Precession matrix (including frame bias) from GCRS to a specified date, IAU 2000 model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | bias-precession matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 154
Precession matrix (including frame bias) from GCRS to a specified date, IAU 2006 model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | bias-precession matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 155
Precession matrix from J2000.0 to a specified date, IAU 1976 model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | bias-precession matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 156
Precession-nutation, IAU 2000 model.
Parameters: |
|
---|---|
Returns: | a 6-tuple:
|
See also
SOFA manual.pdf page 160
Precession-nutation, IAU 2000A model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 8-tuple:
|
See also
SOFA manual.pdf page 162
Precession-nutation, IAU 2000B model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 8-tuple:
|
See also
SOFA manual.pdf page 164
Precession-nutation, IAU 2006 model.
Parameters: |
|
---|---|
Returns: | a 6-tuple:
|
See also
SOFA manual.pdf page 166
Precession-nutation, IAU 2006/2000A models.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 8-tuple:
|
See also
SOFA manual.pdf page 168
Form the matrix of precession-nutation for a given date (including frame bias), equinox-based, IAU 2000A model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | classical NPB matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 170
Form the matrix of precession-nutation for a given date (including frame bias), equinox-based, IAU 2000B model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | bias-precession-nutation matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 171
Form the matrix of precession-nutation for a given date (including frame bias), IAU 2006 precession and IAU 2000A nutation models.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | bias-precession-nutation matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 172
Form the matrix of precession/nutation for a given date, IAU 1976 precession model, IAU 1980 nutation model).
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | combined precessoin/nutation matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 173
Form the matrix of polar motion for a given date, IAU 2000.
Parameters: |
|
---|---|
Returns: | the polar motion matrix, as a numpy.matrix of shape 3x3. |
See also
SOFA manual.pdf page 174
Precession-rate part of the IAU 2000 precession-nutation models.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 2-tuple:
|
See also
SOFA manual.pdf page 177
Form the three Euler angles wich implement general precession between two epochs, using IAU 1976 model (as for FK5 catalog).
Parameters: |
|
---|---|
Returns: | a 3-tuple:
|
See also
SOFA manual.pdf page 179
Convert star position-velocity vector to catalog coordinates.
Parameter: | pv (array-like of shape (2,3)) – pv-vector (AU, AU/day). |
---|---|
Returns: | a 6-tuple:
|
Raises: | ValueError if the speed is greater than or equal to the speed of light. |
See also
SOFA manual.pdf page 187
The CIO locator s, positioning the celestial intermediate origin on the equator of the celestial intermediate pole, given the CIP’s X,Y coordinates. Compatible with IAU 2000A precession-nutation.
Parameters: |
|
---|---|
Returns: | the CIO locator s in radians (float). |
See also
SOFA manual.pdf page 201
The CIO locator, positioning the celestial intermediate origin on the equator of the celestial intermediate pole, using IAU 2000A precession-nutation model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | the CIO locator s in radians (float): |
See also
SOFA manual.pdf page 203
The CIO locator, positioning the celestial intermediate origin on the equator of the celestial intermediate pole, using IAU 2000B precession-nutation model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | the CIO locator s in radians (float): |
See also
SOFA manual.pdf page 205
The CIO locator s, positioning the celestial intermediate origin on the equator of the celestial intermediate pole, given the CIP’s X,Y coordinates. Compatible with IAU 2006/2000A precession-nutation.
Parameters: |
|
---|---|
Returns: | the CIO locator s in radians (float). |
See also
SOFA manual.pdf page 207
The CIO locator, positioning the celestial intermediate origin on the equator of the celestial intermediate pole, using IAU 2006 precession and IAU 2000A nutation models.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | the CIO locator s in radians (float): |
See also
SOFA manual.pdf page 209
The TIO locator, positioning the terrestrial intermediate origin on the equator of the celestial intermediate pole.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | the TIO locator in radians (float). |
See also
SOFA manual.pdf page 217
Update star catalog data for space motion.
Parameters: |
|
---|---|
Returns: | a 6-tuple:
|
See also
SOFA manual.pdf page 218
Convert star catalog coordinates to position+velocity vector.
Parameters: |
|
---|---|
Returns: | the pv-vector (AU, AU/day) as a numpy.matrix of shape 2x3 |
See also
SOFA manual.pdf page 220
X,Y coordinates of the celestial intermediate pole from series based on IAU 2006 precession and IAU 2000A nutation.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 2-tuple containing X and Y CIP coordinates. |
See also
SOFA manual.pdf page 246
For a given TT date, compute X, Y coordinates of the celestial intermediate pole and the CIO locator s, using IAU 2000A precession-nutation model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 3-tuple:
|
See also
SOFA manual.pdf page 248
For a given TT date, compute X, Y coordinates of the celestial intermediate pole and the CIO locator s, using IAU 2000B precession-nutation model.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 3-tuple:
|
See also
SOFA manual.pdf page 249
For a given TT date, compute X, Y coordinates of the celestial intermediate pole and the CIO locator s, using IAU 2006 precession and IAU 2000A nutation models.
Parameter: | date1, date2 (float) – TT as a two-part Julian date. |
---|---|
Returns: | a 3-tuple:
|
See also
SOFA manual.pdf page 250