Skip to content

Commit e1f89c0

Browse files
Add expected result description
1 parent b4d2002 commit e1f89c0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/interactive-imagej/shading-test.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ from ij import IJ
1515
imp = IJ.getImage()
1616
imcf_shading = shading.simple_flatfield_correction(imp)
1717
# Or any other method in class shading
18-
imcf_shading.show()
18+
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

Comments
 (0)