astropy:docs

TimeBesselianEpochString

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

Bases: astropy.time.TimeEpochDateString

Besselian Epoch year as string value(s) like ‘B1950.0’

Attributes Summary

epoch_prefix unicode(string [, encoding[, errors]]) -> object
epoch_to_jd unicode(string [, encoding[, errors]]) -> object
jd_to_epoch unicode(string [, encoding[, errors]]) -> object
name unicode(string [, encoding[, errors]]) -> object

Attributes Documentation

epoch_prefix = u'B'
epoch_to_jd = u'besselian_epoch_jd'
jd_to_epoch = u'jd_besselian_epoch'
name = u'byear_str'