class BaseMedianFilter(name='BaseMedianFilter')[source]
get_max_frames()[source]

Setting nFrames to multiple with an upper limit of 4 frames.

nClone_datasets()[source]

The number of output datasets that have an clone - i.e. they take it in turns to be used as output in an iterative plugin.

nOutput_datasets()[source]

The number of datasets created by the plugin

Returns

Number of output datasets

set_filter_padding(**kwargs)

Should be overridden to define how wide the frame should be for each input data set

setup(**kwargs)

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