Skip to content

Commit f79d97f

Browse files
committed
replace "IGRINS" tags in IGRINS-2 recipes with "IGRINS2"
1 parent bea45af commit f79d97f

8 files changed

Lines changed: 7 additions & 29 deletions

File tree

geminidr/igrins2/recipes/sq/recipe_SKY.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"""
33
from geminidr.igrins2.primitives_igrins import Igrins
44

5-
recipe_tags = {'IGRINS', 'SKY'}
6-
# recipe_tags = {'IGRINS'}
5+
recipe_tags = {'IGRINS-2', 'SKY'}
76

87

98
def makeProcessedArc(p: Igrins):

geminidr/igrins2/recipes/sq/recipe_STD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
from geminidr.igrins2.primitives_igrins import Igrins
44

5-
recipe_tags = {'IGRINS', 'STANDARD'}
5+
recipe_tags = {'IGRINS-2', 'STANDARD'}
66

77
def makeStellar(p: Igrins):
88
"""

geminidr/igrins2/recipes/sq/recipes_BUNDLE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Recipe for raw IGRINS bundles, to split the into separate H and K files.
33
There's only one recipe.
44
"""
5-
recipe_tags = set(['IGRINS', 'BUNDLE', 'RAW', 'UNPREPARED'])
5+
recipe_tags = {'IGRINS-2', 'BUNDLE', 'RAW', 'UNPREPARED'}
66

77
def processBundle(p):
88
"""

geminidr/igrins2/recipes/sq/recipes_DARK.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Default is "makeProcessedDark"
44
"""
55

6-
recipe_tags = {'IGRINS', 'CAL', 'DARK'}
6+
recipe_tags = {'IGRINS-2', 'CAL', 'DARK'}
77

88
def makeProcessedDark(p):
99
"""

geminidr/igrins2/recipes/sq/recipes_ECHELLE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
from geminidr.igrins2.primitives_igrins import Igrins
66

7-
recipe_tags = {'IGRINS', 'ECHELLE'}
7+
recipe_tags = {'IGRINS-2', 'ECHELLE'}
88

99
def reduceScience(p: Igrins):
1010
"""

geminidr/igrins2/recipes/sq/recipes_FIX.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

geminidr/igrins2/recipes/sq/recipes_FLAT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
from geminidr.igrins2.primitives_igrins import Igrins
55

6-
recipe_tags = {'IGRINS', 'FLAT'}
6+
recipe_tags = {'IGRINS-2', 'FLAT'}
77

88
def estimateNoise(p: Igrins):
99
"""This recipe performs the analysis of irs readout pattern noise in flat off

geminidr/igrins2/recipes/sq/recipes_TGT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from geminidr.igrins2.primitives_igrins import Igrins
22

3-
recipe_tags = {'IGRINS', 'SIDEREAL'}
3+
recipe_tags = {'IGRINS-2', 'SIDEREAL'}
44

55
from .recipe_STD import makeStellar
66

0 commit comments

Comments
 (0)