CoordinateComponent#
- class glue.core.component.CoordinateComponent(data, axis, world=False)#
Bases:
ComponentComponents associated with pixel or world coordinates
The numerical values are computed on the fly.
Attributes Summary
Whether or not the datatype is categorical.
The underlying
ndarrayNumber of dimensions
Whether or not the datatype is numeric.
Tuple of array dimensions.
Attributes Documentation
- categorical#
- data#
- ndim#
Number of dimensions
- numeric#
- shape#
Tuple of array dimensions.
- units#