TimeFromEpoch

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

Bases: astropy.time.core.TimeFormat

Base class for times that represent the interval from a particular epoch as a floating point multiple of a unit time interval (e.g. seconds or days).

Attributes Summary

vals

Methods Summary

set_jds(val1, val2)

Attributes Documentation

vals[source]

Methods Documentation

set_jds(val1, val2)[source] [edit on github]

Page Contents