TransformCube

class kgpy.img.coalignment.image_coalignment.TransformCube(transform_cube)

Bases: object

For a given cube of images this class with contain a similar cube of ImageTransform Objects for transforming an entire cube of images.

Parameters

transform_cube (List[List[ImageTransform]]) –

__init__(transform_cube)
Parameters

transform_cube (List[List[ImageTransform]]) –

Return type

None

Attributes

transform_cube

Methods

__init__(transform_cube)

from_pickle(path)

rtype

kgpy.img.coalignment.image_coalignment.TransformCube

to_pickle(path)

Inheritance Diagram

Inheritance diagram of kgpy.img.coalignment.image_coalignment.TransformCube

static from_pickle(path)
Return type

kgpy.img.coalignment.image_coalignment.TransformCube

Parameters

path (Path) –

to_pickle(path)
Parameters

path (Path) –

transform_cube: typing.List[typing.List[kgpy.img.coalignment.image_coalignment.ImageTransform]]