Skip to content

Commit

Permalink
Append each processed ad to the output list when method="offsets", ot…
Browse files Browse the repository at this point in the history
…herwise all the files after the first one get dropped!
  • Loading branch information
jehturner committed Nov 6, 2024
1 parent 307038f commit 2c2ca41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geminidr/core/primitives_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def adjustWCSToReference(self, adinputs=None, **params):
msg += warnings[fallback]
log.stdinfo(msg)
_create_wcs_from_offsets(ad, adref)
adoutputs.append(ad)
continue

# GNIRS WCS is dubious, so update WCS by using the ref
Expand Down

0 comments on commit 2c2ca41

Please sign in to comment.