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

name str(object) -> string
epoch_prefix str(object) -> string
jd_to_epoch str(object) -> string
epoch_to_jd str(object) -> string

Attributes Documentation

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

Page Contents