TimeJulianEpoch

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

Bases: astropy.time.core.TimeEpochDate

Julian Epoch year as floating point value(s) like 2000.0

Attributes Summary

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

Attributes Documentation

jd_to_epoch = 'jd_julian_epoch'
name = 'jyear'
epoch_to_jd = 'julian_epoch_jd'

Page Contents