Skip to content

Commit

Permalink
oops, get extra bands
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Dec 16, 2024
1 parent 25e8833 commit 1dd2f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/legacypipe/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def fix_gaia(gaia, bands):
for band in bands:
if not band in bb:
bb.append(band)
mags = gaia_to_decam(gaia, bands)
mags = gaia_to_decam(gaia, bb)
for band,mag in zip(bb, mags):
# no color terms - skip
if mag is None:
Expand Down

0 comments on commit 1dd2f6a

Please sign in to comment.