Skip to content

Commit

Permalink
Damn! The GMOS imaging recipe still was using the prototype maskAmp5 …
Browse files Browse the repository at this point in the history
…instead of maskFaultyAmp. I claim responsibility.
  • Loading branch information
KathleenLabrie committed Jul 8, 2022
1 parent bcbfa02 commit 85b58a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geminidr/gmos/recipes/sq/recipes_IMAGE.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def reduce(p):

p.prepare()
p.addDQ()
p.maskAmp5()
p.maskFaultyAmp(instrument='GMOS-S', bad_amps=5, valid_from='20220128')
p.addVAR(read_noise=True)
p.overscanCorrect()
p.getProcessedBias()
Expand Down

0 comments on commit 85b58a4

Please sign in to comment.