Skip to content

Commit

Permalink
Do not do "flux offset" for SLR fits.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed May 31, 2024
1 parent 2fc57cf commit 37df3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/the/monster/measure_uband_slr_colorterm.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def __init__(
PS1Info, GaiaXPInfo, DESInfo],
uband_ref_class=SDSSInfo,
uband_slr_class=DESInfo,
do_fit_flux_offset=True,
do_fit_flux_offset=False,
do_fit_mag_offsets=True,
testing_mode=False,
htm_level=7,
Expand Down

0 comments on commit 37df3b7

Please sign in to comment.