astropy:docs

TimeCxcSec

class astropy.time.TimeCxcSec(val1, val2, scale, precision, in_subfmt, out_subfmt, from_jd=False)[source] [edit on github]

Bases: astropy.time.TimeFromEpoch

Chandra X-ray Center seconds from 1998-01-01 00:00:00 TT. For example, 63072064.184 is midnight on January 1, 2000.

Attributes Summary

epoch_format unicode(string [, encoding[, errors]]) -> object
epoch_scale unicode(string [, encoding[, errors]]) -> object
epoch_val unicode(string [, encoding[, errors]]) -> object
epoch_val2
name unicode(string [, encoding[, errors]]) -> object
unit float(x) -> floating point number

Attributes Documentation

epoch_format = u'iso'
epoch_scale = u'tt'
epoch_val = u'1998-01-01 00:00:00'
epoch_val2 = None
name = u'cxcsec'
unit = 1.1574074074074073e-05

Page Contents