Bases: astropy.coordinates.FrameAttribute
Frame attribute descriptor for quantities that are Time objects. See the FrameAttribute API doc for further information.
Parameters: | default : object
secondary_attribute : str
|
---|---|
Returns: | frame_attr : descriptor
|
Methods Summary
convert_input(value) | Convert input value to a Time object and validate by running through the Time constructor. |
Methods Documentation
Convert input value to a Time object and validate by running through the Time constructor. Also check that the input was a scalar.
Parameters: | value : object
|
---|---|
Returns: | out, converted : correctly-typed object, boolean
|
Raises: | ValueError
|