Skip to content

Commit 6659e11

Browse files
committed
fix: Correct spelling of 'Subtract Background' in rolling ball background subtraction function
1 parent 3ca94fa commit 6659e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def apply_rollingball_bg_subtraction(
114114
log.debug("Background subtraction options: %s" % options)
115115

116116
imageplus = imp.duplicate()
117-
IJ.run(imageplus, "Substract Background...", options)
117+
IJ.run(imageplus, "Subtract Background...", options)
118118

119119
return imageplus
120120

0 commit comments

Comments
 (0)