CoordinateComponent

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

Bases: glue.core.component.Component

Components associated with pixel or world coordinates

The numerical values are computed on the fly.

Attributes Summary

data
ndim Number of dimensions
shape Tuple of array dimensions.

Attributes Documentation

data
ndim

Number of dimensions

shape

Tuple of array dimensions.