CoordinateComponent#

class glue.core.component.CoordinateComponent(data, axis, world=False)[source]#

Bases: Component

Components associated with pixel or world coordinates

The numerical values are computed on the fly.

Attributes Summary

categorical

Whether or not the datatype is categorical.

data

The underlying ndarray

ndim

Number of dimensions

numeric

Whether or not the datatype is numeric.

shape

Tuple of array dimensions.

units

Attributes Documentation

categorical[source]#
data[source]#
ndim[source]#

Number of dimensions

numeric[source]#
shape[source]#

Tuple of array dimensions.

units[source]#