| Name | Short Name | Type | Description |
| Number of tiles in x | tilesx | integer | The image consists of this number of equal sized tiles in x dimension. |
| Number of tiles in y | tilesy | integer | The image consists of this number of equal sized tiles in y dimension. |
| Cut On ω | cuton | real | Cut on of the band pass Butterworth filter |
| Cut On order | ordon | real | Order of the cut on of the band pass Butterworth filter |
| Cut Off ω | cutoff | real | Cut off of the band pass Butterworth filter |
| Cut Off order | ordff | real | Order of the cut off of the band pass Butterworth filter |
| unit of ω | units | string | Unit of cut on and off values above |
| Filter normalization | normalization | string | Normalizes the integral of the 1D or 2D filter function |
| 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 image to power of 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 | protect | boolean | Fills up masked areas with zeros before processing. Required for masked images. |