TimeBesselianEpoch

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

Bases: astropy.time.core.TimeEpochDate

Besselian Epoch year as floating point value(s) like 1950.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_besselian_epoch'
name = 'byear'
epoch_to_jd = 'besselian_epoch_jd'

Page Contents