ddd_pylib.image_manip.fast_fourier_transform_operator.
ImageOperator#
- class ddd_pylib.image_manip.fast_fourier_transform_operator.ImageOperator[source]#
Bases:
BaseOperatorGives all the common functions that all Operator that use images will use. It provides an image attribute which stock the main image used and a result attribute which stock the result of the function used.
- Parameters:
_mainImage – Take a DataArray defining the image
_result – Store the result of the function used, its form may vary depending of the function
Methods
- getNTimePoints()[source]#
Return the size of the T axis if it exist, if not then just 1
- Return type:
- makeResultName(t=None)[source]#
Create the result name using the image name and the getPrefix function of the used operator
- Return type: