Name |
Short Name |
Type |
Description |
LBP minimum cut on ω |
lmin |
real |
Cut on ω of the Low band pass Butterworth filter |
LBP maximum cut off ω |
lmax |
real |
Cut off ω of the Low band pass Butterworth filter |
HBP minimum cut on ω |
hmin |
real |
Cut on ω of the High band pass Butterworth filter |
HBP maximum cut off ω |
hmax |
real |
Cut off ω of the High band pass Butterworth filter |
HBP cut on ω > LBP cut off ω |
largerHBP |
boolean |
If Yes then the filter transmissions cannot overlap. |
Spatial freq. (ω) unit |
units |
string |
Sets the units of the above given ω values. |
Order minimum |
ordmin |
real |
Order of Butterworth filter |
Order maximum |
ordmax |
real |
Order of Butterworth filter |
Filter normalization |
normalization |
string |
Normalizes filter coefficients to keep an integral of 1 for the 1D or 2D filter function |
Test ROI |
roi |
integer |
Reads intensities from this ROI for the test |
Number of baseline frames |
baseline |
integer |
The image series consists of the given number of baseline frames followed by the given number of treated frames. This can be repeated any time in this order with the same number of frames. |
Number of treatment frames |
treatment |
integer |
The image series consists of the given number of baseline frames followed by the given number of treated frames. This can be repeated any time in this order with the same number of frames. |
Direction of change |
direction |
string |
Whether to look for an increasing or a decreasing signal |
Use Mask |
usemask |
boolean |
Whether to mask the filtered images with the mask image given above |
Preserve edges |
edges |
boolean |
Performs mirrored tiling to prevent edge artifacts. Slows down processing by 4x. |
Enlarge paper |
enlarge |
boolean |
Enlarges image by mirrored tiling to quadrangular. Prevents edge artifacts and distortions from non-quadrangular images. |
Enlarge to 2^ |
enlargeto |
integer |
Size of image during filtering as power of 2. |
Leave only phase |
phase |
boolean |
Sets complex amplitudes in Fourier space to 1 keeping their original arc. |
Absolute |
absolute |
boolean |
Calculates absolute value after filtering. Required for intensity measurements on high pass and band pass filtered images. |
Protect MASK |
protectmask |
boolean |
Fills up masked areas and undetermined pixel values with zeros before processing. Required for masked images. |