Skip to content

Commit 07297e7

Browse files
authored
Update README.md
1 parent b0a0ccd commit 07297e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ To use: call function ``imbandpass(image, low_cutoff, high_cutoff)``, returns sm
77
The default options of Gaussian filter, Gaussian stripe filter, and mirrored padding were chosen to replicate imageJ's FFT Bandpass filter.
88

99
To access non-default options including stripe supression, use keyword arguments, for example
10-
``imbandpass(I, 3, 250, filter="Butterworth", stripes="Horizontal", stripeWidth=5)``
10+
``imbandpass(I, 3, 250, filter="Butterworth", stripes="Horizontal", stripeTolerance=5)``
1111
equivlently
12-
``imbandpass(I, 3, 250, "filter", "Butterworth", "stripes", "Horizontal", "stripeWidth", 5)``.
12+
``imbandpass(I, 3, 250, "filter", "Butterworth", "stripes", "Horizontal", "stripeTolerance", 5)``.
1313

1414
### Arguments
1515
#### Positional

0 commit comments

Comments
 (0)