tiledbsoma.UniformScaleTransform¶
- class tiledbsoma.UniformScaleTransform(input_axes: str | Sequence[str], output_axes: str | Sequence[str], scale: int | float | float64)¶
A scale coordinate transformation from one coordinate space to another.
- 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.
scale – The scale factor for all axes.
Lifecycle: experimental
- __init__(input_axes: str | Sequence[str], output_axes: str | Sequence[str], scale: int | float | float64)¶
Methods
__init__
(input_axes, output_axes, scale)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.