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.

HighComputationally demanding as it applies Fourier Transform.


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

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

in_datasets





2

level





3

out_datasets





4

nvalue





5

padFT





6sigma



...