class RingRemovalFiltering[source]
pre_process()[source]

This method is called immediately after base_pre_process().

process_frames(data)[source]

This method is called after the plugin has been created by the pipeline framework and forms the main processing step

Parameters

data (list(np.array)) – A list of numpy arrays for each input dataset.

remove_stripe_based_sorting(matindex, sinogram, size)[source]

Remove stripes using the sorting technique.

Parameters
  • sinogram (2D array.) –

  • size (Window size of the median filter.) –

Returns

Return type

Stripe-removed sinogram.

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