Skip to content

Commit

Permalink
Added force=True to storeProcessedArc in makeWavelengthSolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olesja Smirnova committed Jan 25, 2023
1 parent 4c7dd8a commit cfad2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geminidr/gnirs/recipes/sq/recipes_LS_SPECT.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def makeWavelengthSolution(p):
p.makeIRAFCompatible()
p.determineWavelengthSolution()
p.determineDistortion(debug=True)
p.storeProcessedArc()
p.storeProcessedArc(force=True)
p.writeOutputs()


Expand Down

0 comments on commit cfad2f3

Please sign in to comment.