We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d2002 commit e1f89c0Copy full SHA for e1f89c0
1 file changed
tests/interactive-imagej/shading-test.md
@@ -15,4 +15,9 @@ from ij import IJ
15
imp = IJ.getImage()
16
imcf_shading = shading.simple_flatfield_correction(imp)
17
# Or any other method in class shading
18
-imcf_shading.show()
+imcf_shading.show()
19
+```
20
+
21
+## Expected behavior / results
22
23
+- A new image titled "Result of blobs.gif", which is a flatfield corrected image of the raw `blobs.gif` should open alongside the original.
0 commit comments