Bases: astropy.time.TimeFromEpoch
GPS time: seconds from 1980-01-06 00:00:00 UTC For example, 630720013.0 is midnight on January 1, 2000.
Notes
This implementation is strictly a representation of the number of seconds (including leap seconds) since midnight UTC on 1980-01-06. GPS can also be considered as a time scale which is ahead of TAI by a fixed offset (to within about 100 nanoseconds).
For details, see http://tycho.usno.navy.mil/gpstt.html
Attributes Summary
epoch_format | unicode(object=’‘) -> unicode object |
epoch_scale | unicode(object=’‘) -> unicode object |
epoch_val | unicode(object=’‘) -> unicode object |
epoch_val2 | |
name | unicode(object=’‘) -> unicode object |
unit | float(x) -> floating point number |
Attributes Documentation