Skip to content

Commit

Permalink
Restore initial absolute calibration bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Dec 16, 2024
1 parent 665fdc6 commit 771eea4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/lsst/the/monster/measure_colorterms.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,11 +656,12 @@ def custom_target_catalog_reader(self):
stars[f"comcam_{band}_flux"] = flux*units.nJy
stars[f"comcam_{band}_fluxErr"] = flux_err*units.nJy

# self.apply_c26202_calibration(stars)
# This is useful for getting the color ranges to match up consistently.
self.apply_comcam_c26202_calibration(stars)

return stars

def apply_c26202_calibration(self, stars):
def apply_comcam_c26202_calibration(self, stars):
"""Apply C26202 absolute calibration to a catalog.
Parameters
Expand Down

0 comments on commit 771eea4

Please sign in to comment.