class BaseComponentAnalysis(name)[source]
get_max_frames()[source]
get_plugin_pattern()[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

remove_nan_inf(data)[source]

converts the nans to nums and sets the infs to the max float size not strictly true, but does allow fitting to take place

setup()[source]

This method is first to be called after the plugin has been created. It determines input/output datasets and plugin specific dataset information such as the pattern (e.g. sinogram/projection).