TimeJulianEpochString

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

Bases: astropy.time.core.TimeEpochDateString

Julian Epoch year as string value(s) like ‘J2000.0’

Attributes Summary

epoch_prefix str(object=’‘) -> string
epoch_to_jd str(object=’‘) -> string
jd_to_epoch str(object=’‘) -> string
name str(object=’‘) -> string

Attributes Documentation

epoch_prefix = 'J'
epoch_to_jd = 'julian_epoch_jd'
jd_to_epoch = 'jd_julian_epoch'
name = 'jyear_str'

Page Contents