spatialdata.transformations.Translation#
- class spatialdata.transformations.Translation(translation, axes)#
Methods table#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Validate the axes. |
Methods#
- Translation.compose_with(transformations)#
- Return type:
- classmethod Translation.from_ngff(t)#
- Return type:
- Translation.inverse()#
- Return type:
- Translation.to_ngff(input_axes, output_axes, unit=None, output_coordinate_system_name=None)#
- Return type:
NgffBaseTransformation
- static Translation.validate_axes(axes)#
Validate the axes.
This function is to allow to call validate_axes() from this file in multiple places while avoiding circular imports.
- Return type:
None