Skip to content

Commit

Permalink
update display threshold parameter description to say that non-linear…
Browse files Browse the repository at this point in the history
… pixels are also flagged in "auto" mode.
  • Loading branch information
KathleenLabrie committed Sep 20, 2023
1 parent 5f4fa42 commit 4405c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geminidr/core/parameters_visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class displayConfig(config.Config):
frame = config.RangeField("Starting frame for display", int, 1, min=1)
ignore = config.Field("Turn off display?", bool, False)
debug_overlay = config.Field("Overlays for display", (tuple, str), None, optional=True)
threshold = config.Field("Threshold level for indicating saturation. 'None' to turn off.",
threshold = config.Field("Threshold level for indicating non-linearity and saturation. 'None' to turn off.",
(str, float), "auto", optional=True, check=threshold_check)
tile = config.Field("Tile multiple extensions into single display frame?", bool, True)
zscale = config.Field("Use zscale algorithm?", bool, True)
Expand Down

0 comments on commit 4405c89

Please sign in to comment.