We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7741f5e commit edaa79eCopy full SHA for edaa79e
1 file changed
src/imcflibs/imagej/processing.py
@@ -121,7 +121,7 @@ def rolling_ball_options(
121
disable=False,
122
do_3d=False,
123
):
124
- """Return the option string for rolling ball background subtraction."""
+ """Generate the options for the "Subtract Background..." macro command."""
125
parts = ["rolling=" + str(rolling_ball_radius)]
126
if light_background:
127
parts.append("light")
0 commit comments