ddd_pylib.image_manip.

SplitAxisOperator#

class ddd_pylib.image_manip.SplitAxisOperator[source]#

Bases: ImageOperator

Split an axis to get all the images on this axis (for example : time axis)

Parameters:

axis – The axis that will be split

Methods

getPrefix()[source]#

Prefix added to the input image name to generate the output image name.

sanityCheck()[source]#

Simple check to prevent simple error, it may be implemented in subclasses to check more precise stuff

setSplittingAxis(axis)[source]#

Set the axis that will be split. The axis must be present in the main image.

Parameters:

axis (str) – Letter that define an axis