From 76641eceb9eeed447dce6d2b6f801b1e90715a2e Mon Sep 17 00:00:00 2001 From: Eli Rykoff Date: Mon, 16 Dec 2024 10:47:36 -0800 Subject: [PATCH] Apply abs correction to all target fluxes. --- python/lsst/the/monster/measure_colorterms.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/lsst/the/monster/measure_colorterms.py b/python/lsst/the/monster/measure_colorterms.py index 7c33b31..3951964 100644 --- a/python/lsst/the/monster/measure_colorterms.py +++ b/python/lsst/the/monster/measure_colorterms.py @@ -344,6 +344,9 @@ def measure_spline_fit( ratio = flux_target_corr0 / c26202_absmags[band_index].to_value(units.nJy) + # Fix these for the plots. + flux_target /= ratio + # Redefine the color term with the new spline values. colorterm = ColortermSpline( cat_info.name,