neclib.core.types module#
- DimensionLess#
Type alias for values with no physical units.
alias of
int|float|ndarray[Any,dtype[number]] |Array[int|float]
- UnitType#
Type alias for objects that represents physical unit.
alias of
UnitBase|str
- CoordFrameType#
Type alias for objects that represents coordinate frame.
alias of
str|BaseCoordinateFrame|Type[BaseCoordinateFrame]
- EquivalencyType#
Type alias for unit equivalency in
astropy.units.alias of
Tuple[UnitBase,UnitBase,Callable[[float],float],Callable[[float],float]]
- AngleUnit#
Type alias for supported angular units.
alias of
Literal[‘deg’, ‘rad’, ‘arcmin’, ‘arcsec’]
- CoordinateType#
Type alias for coordinate in (lon, lat, frame) format.
alias of
Tuple[Quantity,Quantity,str|BaseCoordinateFrame|Type[BaseCoordinateFrame]]