CoordinateTransform#

class CoordinateTransform(type='identity', scale=None)[source]#

Transformation from the zarr to slide coordinate system. .. attribute:: type

The type of coordinate transform. E.g. “scale”.

type:

str

Parameters:
scale#

The scale factors. Must be one for each axis.

Type:

List[float]

Methods

Attributes

scale

type