Skip to content

Commit

Permalink
limit number of apertures in qa recipe. was done in 3.0 but never pro…
Browse files Browse the repository at this point in the history
…pagated here.
  • Loading branch information
KathleenLabrie committed Mar 27, 2023
1 parent f8290cb commit fa5f511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geminidr/gmos/recipes/qa/recipes_LS_SPECT.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def reduceScience(p):
p.QECorrect()
p.distortionCorrect()
p.measureIQ(display=True)
p.findApertures()
p.findApertures(max_apertures=10)
p.skyCorrectFromSlit()
p.measureIQ(display=True)

Expand Down

0 comments on commit fa5f511

Please sign in to comment.