class BaseFilter(name='BaseFilter')[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

raw_data()[source]

Return True if the output dataset should retain ImageKey/NoImageKey instances if they exist, i.e. keep the darks and flats NB. This is only available if out_dataset is created from an in_dataset

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).