Skip to content

Commit

Permalink
Update color range for raw data.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Dec 16, 2024
1 parent 665fdc6 commit 6bbdfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/the/monster/refcats.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ def get_flux_field(self, band):
return f"comcam_{band}_flux"

def get_gmr_color_range(self):
return (0.35, 0.7)
return (0.3, 0.65)

def get_gmi_color_range(self):
return (0.0, 3.5)
Expand Down

0 comments on commit 6bbdfa8

Please sign in to comment.