Skip to content

Commit

Permalink
Apply abs correction to all target fluxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Dec 16, 2024
1 parent 0187ad2 commit 76641ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/lsst/the/monster/measure_colorterms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 76641ec

Please sign in to comment.