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

augmented_matrix

Returns the augmented affine matrix for the transformation.

input_axes

The names of the axes of the input coordinate space.

inverse_transform()

Returns the inverse coordinate transform.

mro()

Return a type's method resolution order.

output_axes

The names of the axes of the output coordinate space.

register(subclass)

Register a virtual subclass of an ABC.

scale

Returns the scale factor for the uniform scale transform.

scale_factors

Returns the scale factors as an one-dimensional numpy array.