Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jklebes/bandpass into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jklebes committed Dec 13, 2022
2 parents 35b722b + 07297e7 commit a3a29bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ To use: call function ``imbandpass(image, low_cutoff, high_cutoff)``, returns sm
The default options of Gaussian filter, Gaussian stripe filter, and mirrored padding were chosen to replicate imageJ's FFT Bandpass filter.

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

### Arguments
#### Positional
Expand Down

0 comments on commit a3a29bc

Please sign in to comment.