Bases: object
Base class for time representations.
Parameters: | val1 : numpy ndarray, list, str, or number
val2 : numpy ndarray, list, str, or number; optional
scale : str
precision : int
in_subfmt : str
out_subfmt : str
from_jd : bool
|
---|
Attributes Summary
scale | Time scale |
value | Return time representation from internal jd1 and jd2. |
Methods Summary
set_jds(val1, val2) | Set internal jd1 and jd2 from val1 and val2. |
Attributes Documentation
Time scale
Return time representation from internal jd1 and jd2. Must be provided by derived classes.
Methods Documentation
Set internal jd1 and jd2 from val1 and val2. Must be provided by derived classes.