Skip to content

Commit

Permalink
Clarify that min/max are codependent
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Jan 14, 2021
1 parent 1b84020 commit 0b28778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/omero_cli_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
label: <string> Channel name
start: <float> Start of rendering window, optional (needs end)
end: <float> End of rendering window, optional (needs start)
min: <float> Minimum pixel value intensity, optional
max: <float> Maximum pixel value intensity, optional
min: <float> Min pixel intensity, optional (needs max if unset)
max: <float> Max pixel intensity, optional (needs min if unset)
<int>:
...
greyscale: <bool> Greyscale rendering, optional
Expand Down

0 comments on commit 0b28778

Please sign in to comment.