Skip to content

Commit

Permalink
Merge pull request #67 from sbesson/set_help_update
Browse files Browse the repository at this point in the history
omero render set: clarify help around settings for disabled channels
  • Loading branch information
dominikl authored Nov 27, 2024
2 parents 369753f + c0a8ee0 commit c0517ed
Showing 1 changed file with 2 additions and 4 deletions.
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

0 comments on commit c0517ed

Please sign in to comment.