Reference/API#
astropy.time Package#
Functions#
|
If the current ERFA leap second table is out of date, try to update it. |
Classes#
Warning for leap second when converting to datetime.datetime object. |
|
|
Configuration parameters for |
|
|
|
Represent and manipulate times and dates for astronomy. |
|
Base time class from which Time and TimeDelta inherit. |
|
Besselian Epoch year as value(s) like 1950.0. |
|
Besselian Epoch year as string value(s) like 'B1950.0'. |
|
Chandra X-ray Center seconds from 1998-01-01 00:00:00 TT. |
|
Represent date as Python standard library |
|
|
|
Time as a decimal year, with integer values corresponding to midnight of the first day of each year. |
|
Represent the time difference between two times. |
|
Time delta in datetime.timedelta. |
|
Base class for time delta representations. |
|
Time delta in Julian days (86400 SI seconds). |
Warning for missing unit or format in TimeDelta. |
|
|
|
|
Time delta as a string with one or more Quantity components. |
|
Time delta in SI seconds. |
|
Base class for support of Besselian and Julian epoch dates. |
|
Base class to support string Besselian and Julian epoch dates such as 'B1950.0' or 'J2000.0' respectively. |
|
FITS format: "[±Y]YYYY-MM-DD[THH:MM:SS[.sss]]". |
|
Base class for time representations. |
|
Base class for times that represent the interval from a particular epoch as a numerical multiple of a unit time interval (e.g. seconds or days). |
|
GPS time: seconds from 1980-01-06 00:00:00 UTC For example, 630720013.0 is midnight on January 1, 2000. |
|
ISO 8601 compliant date-time format "YYYY-MM-DD HH:MM:SS.sss...". |
|
ISO 8601 compliant date-time format "YYYY-MM-DDTHH:MM:SS.sss...". |
|
Container for meta information like name, description, format. |
|
Container for meta information like name, description, format. |
|
Julian Date time format. |
|
Julian Epoch year as value(s) like 2000.0. |
|
Julian Epoch year as string value(s) like 'J2000.0'. |
|
Modified Julian Date time format. |
|
|
|
Matplotlib |
|
Base class for string-like time representations. |
|
Base class for time formats that can uniquely create a time object without requiring an explicit format specifier. |
|
Unix time (UTC): seconds from 1970-01-01 00:00:00 UTC, ignoring leap seconds. |
|
Unix time (TAI): SI seconds elapsed since 1970-01-01 00:00:00 TAI (see caveats). |
|
ymdhms: A Time format to represent Time as year, month, day, hour, minute, second (thus the name ymdhms). |
|
Year, day-of-year and time as "YYYY:DOY:HH:MM:SS.sss...". |
|
Subclass of the |