Bases: astropy.coordinates.FrameAttribute
A frame attribute that is a quantity with specified units and shape (optionally).
| Parameters: | default : object
secondary_attribute : str
unit : unit object or None
shape : tuple or None
|
|---|
Methods Summary
| convert_input(value) | Checks that the input is a Quantity with the necessary units (or the special value 0). |
Methods Documentation
Checks that the input is a Quantity with the necessary units (or the special value 0).
| Parameters: | value : object
|
|---|---|
| Returns: | out, converted : correctly-typed object, boolean
|
| Raises: | ValueError
|