Skip to content

Commit 555c60c

Browse files
author
Laurent Guerard
committed
docs: 📝 add information about available methods
1 parent 56d003b commit 555c60c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/imcflibs/imagej/processing.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ def filter_options(filter_method, filter_radius, do_3d=False):
1515
Parameters
1616
----------
1717
filter_method : str
18-
Name of the filter method to use
18+
Name of the filter method to use. Must be one of:
19+
- Median
20+
- Mean
21+
- Gaussian Blur
22+
- Minimum
23+
- Maximum
1924
filter_radius : int
2025
Radius of the filter to use
2126
do_3d : bool, optional

0 commit comments

Comments
 (0)