tiledbsoma.IdentityTransform¶
- class tiledbsoma.IdentityTransform(input_axes: str | Sequence[str], output_axes: str | Sequence[str])¶
The identify transform from one coordinate space to another.
This transform only changes the name of the axes.
- Parameters:
input_axes – The names of the axes for the input coordinate space.
output_axes – The names of the axes for the output coordinate space.
Lifecycle: experimental
Methods
__init__
(input_axes, output_axes)Attributes
Returns the augmented affine matrix for the transformation.
The names of the axes of the input coordinate space.
Returns the inverse coordinate transform.
mro
()Return a type's method resolution order.
The names of the axes of the output coordinate space.
register
(subclass)Register a virtual subclass of an ABC.
Returns the scale factor for the uniform scale transform.
Returns the scale factors as an one-dimensional numpy array.