Skip to content

Commit

Permalink
Try color range again.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Dec 16, 2024
1 parent 6bbdfa8 commit a0e9000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/the/monster/refcats.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ def get_flux_field(self, band):
return f"monster_DES_{band}_flux"

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

def get_gmi_color_range(self):
return (0.35, 3.0)
Expand All @@ -761,7 +761,7 @@ def get_flux_field(self, band):
return f"comcam_{band}_flux"

def get_gmr_color_range(self):
return (0.3, 0.65)
return (0.3, 0.8)

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

0 comments on commit a0e9000

Please sign in to comment.