Skip to content

Commit 86f6fa4

Browse files
now that stackFrames propagates SLITEDGE we can do flatCorrect before stackFrames in the arc recipe.
1 parent 5decc97 commit 86f6fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geminidr/gnirs/recipes/sq/recipes_ARC_XD_SPECT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ def makeProcessedArc(p):
1919
p.addDQ()
2020
p.ADUToElectrons()
2121
p.addVAR(poisson_noise=True, read_noise=True)
22-
p.stackFrames()
2322
p.flatCorrect()
23+
p.stackFrames()
2424
p.attachPinholeModel()
2525
p.determineWavelengthSolution()
2626
p.determineDistortion(spatial_order=1, step=4)

0 commit comments

Comments
 (0)