class BaseCorrection(name='BaseCorrection')[source]
get_max_frames()[source]
nInput_datasets()[source]

The number of datasets required as input to the plugin

Returns

Number of input datasets

nOutput_datasets()[source]

The number of datasets created by the plugin

Returns

Number of output datasets

setup()[source]

Initial setup of all datasets required as input and output to the plugin. This method is called before the process method in the plugin chain.