Skip to content

Commit

Permalink
remove add_illum_mask=False from GMOS N&S LS SPECT recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-simpson committed Feb 18, 2023
1 parent d967141 commit fe6ff0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geminidr/gmos/recipes/sq/recipes_NS_LS_SPECT.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def reduce(p):
A primitive set matching the recipe_tags.
"""
p.prepare()
p.addDQ(add_illum_mask=False)
p.addDQ()
p.addVAR(read_noise=True)
p.overscanCorrect()
p.biasCorrect()
Expand Down

0 comments on commit fe6ff0c

Please sign in to comment.