Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Dec 16, 2024
1 parent bbb38a9 commit 49bd54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/the/monster/measure_colorterms.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def measure_spline_fit(
mag_spline_values=mag_spline_values,
)

if self.do_check_26202_absolute_calibration:
if self.do_check_c26202_absolute_calibration:
# We first apply the color terms.
flux_target_corr0 = colorterm.apply(
np.array([cat_stars[cat_info.get_flux_field(band_1)][c26202_cat_index]]),
Expand Down

0 comments on commit 49bd54d

Please sign in to comment.