utilitiesΒΆ
This submodule provides utility constants and functions for working with star data in GIANT.
Most of these utilities are focused on conversions of either units or of representations (ie a bearing to a unit vector) with the exception of applying proper motion and computing the distance between 2 bearings. For more details on what is contained refer to the following summary tables and the documentation for each constant/function.
Function
This function adjusts the right ascension and declination of stars to a new time. |
|
This function converts a python datetime objects to the number of SI years since the MJD Epoch of November 17, 1858. |
|
This function converts a python timedelta object to a fractional number of SI years. |
Constants
This constant converts from units of degrees to units of radians through multiplication. |
|
This constant converts from units of radians to units of degrees through multiplication. |
|
This constant converts from units of degrees to units of milli-arc-seconds through multiplication. |
|
This constant converts from units of milli-arc-seconds to units of degrees through multiplication. |
|
This constant converts from units of radians to units of milli-arc-seconds through multiplication. |
|
This constant converts from units of milli-arc-seconds to units of radians through multiplication. |
|
This constant converts from units of parsecs to units of kilometers through multiplication. |
|
The average distance of stars from the UCAC4 catalog in kilometers. |
|
The sigma value to use for stars with parallax that is not well known or known at all. |
|
This constant provides the number of SI days in a SI year. |
|
This constant provides the number of SI seconds in a SI day. |
|
This constant provides the standard modified Julian date epoch, November 17, 1858, as a datetime |