Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RingRemovalWaveletfft
Process categoryBrief description

Computational demand

for typical tomography data

(low, medium, high)

Comment(s)Reference(s)Common alternative process(es)
corrector

To suppress ring artefacts.

High
  1. Computationally demanding as it relies on applying Fourier Transform.
  2. Over-aggressive applicationcan lead to new artefacts.

  1. CcpiRingArtefactFilter
  2. RavenFilter


Parameters


Brief description

Code Block
titleSavu Configurator command
>>> disp -avv

-------------------------------------------------------------------------------------
 1) RingRemovalWaveletfft(savu.plugins.ring_removal.ring_removal_waveletfft)         
  A plugin removes ring artefacts                                                    
    1)            in_datasets : []
    Create a list of the dataset(s) to process.
    2)                  level : 3
    Wavelet decomposition level.
    3)           out_datasets : []
    Create a list of the dataset(s) to create.
    4)                 nvalue : 5
    Order of the the Daubechies (DB) wavelets.
    5)                  padFT : 20
    Padding for Fourier transform.
    6)                  sigma : 1
    Damping parameter. Larger is stronger.
-------------------------------------------------------------------------------------

>>> 

Additional notes

For basic information on this process, please use the disp -av (or disp -avv or disp-v[v] <process index>) command in Savu Configurator (see above). The table below is intended to provide some additional notes on a number of selected topics:

ItemParameter nameParameter formatExample(s)Comment(s)
Parameter valueEffect
1

in_datasets





2

level





3

out_datasets





4

nvalue





5

padFT





6sigma



...