Skip to content

Commit

Permalink
nrtplot -- bug setting direct intensity limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Marsh committed May 24, 2021
1 parent d2b13e3 commit 9633a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hipercam/scripts/nrtplot.py
Expand Up @@ -919,7 +919,7 @@ def nrtplot(args=None):
vmin, vmax = ccd.min(), ccd.max()

elif iset == "d":
vmin, vmax = dlo, dhi
vmin, vmax = ilo, ihi

content = [ccd, vmin, vmax]

Expand Down

0 comments on commit 9633a6a

Please sign in to comment.