Skip to content

Commit

Permalink
Merge pull request #1097 from danforthcenter/print-to-plot-nonuniform…
Browse files Browse the repository at this point in the history
…_illumination
  • Loading branch information
nfahlgren authored Mar 29, 2023
2 parents 8a8658f + 9eb3dc6 commit 21f5eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nonuniform_illumination.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ from plantcv import plantcv as pcv

# Set global debug behavior to None (default), "print" (to file),
# or "plot" (Jupyter Notebooks or X11)
pcv.params.debug = "print"
pcv.params.debug = "plot"

# Correct illumination in the image
corrected_img = pcv.transform.nonuniform_illumination(img=img, ksize=31)
Expand Down

0 comments on commit 21f5eb6

Please sign in to comment.