Skip to content

Commit

Permalink
Fix braces bug in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
votti authored Nov 4, 2020
1 parent bc42ebb commit 151e5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/measureimageintensitymultichannel.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
**MeasureImageIntensity Multichannel ** measures several intensity features across an
entire image over multiple channels (excluding masked pixels).
The name of the measurements will have a suffix `_c{channelnr}` where channelnr is 1 based index of the plane.
The name of the measurements will have a suffix `_c[channelnr]` where channelnr is 1 based index of the plane.
For example, this module will sum all pixel values to measure the total image
intensity. You can choose to measure all pixels in the image or restrict
Expand Down

0 comments on commit 151e5b0

Please sign in to comment.