TimeBesselianEpochString

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

Bases: astropy.time.core.TimeEpochDateString

Besselian Epoch year as string value(s) like ‘B1950.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 = 'byear_str'
epoch_prefix = 'B'
jd_to_epoch = 'jd_besselian_epoch'
epoch_to_jd = 'besselian_epoch_jd'

Page Contents