Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

omero render set: clarify help around settings for disabled channels #67

Merged
merged 4 commits into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/omero_cli_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,8 @@

# Omitted fields will keep their current values.
# Omitted channels will not be disabled unless --disable is used.
# If the file specifies to turn off a channel (active: False) then the
# other settings like start, end, and color which might be specified for
# that channel in the same file will be ignored, however the channel
# name (label) is still taken into account.
# All specified settings are applied to the given channel, whether or not
# the active parameter is set and independently of its value.
# If min and max have not been set on the channel (no StatsInfo on the
# channel) then you must set both. If max and min already set, each can
# be updated individually.
Expand Down