Skip to content

Commit

Permalink
Remove references to updateHeaders.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel committed Nov 14, 2024
1 parent 908c98c commit 7ffda19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ESO/compare_yaml_with_drld.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if props['catg'] != di.dpr_catg:
problems.append(f"{do_catg} has DPR.CATG {props['catg']} in yaml but {di.dpr_catg} in DRLD")
# Workaround for special yaml_tech values that
# are fixed in updateHeaders.py
# are fixed through updateHeaders() in runRecipes.py
yaml_tech = props['tech']
if yaml_tech in ["RAVC,LM", "APP,LM"]:
yaml_tech = "IMAGE,LM"
Expand Down
2 changes: 1 addition & 1 deletion ESO/recipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ IFU_SCI_RAW2:

##################### FOR CORONAGRAPH ################

### KLUDGING THE KEYWORDS A BIT HERE - RUN updateHeaders.py after ####
### KLUDGING THE KEYWORDS A BIT HERE - fixed by updateHeaders() in runRecipes.py ####

##### OFF AXIS PSFs #####

Expand Down

0 comments on commit 7ffda19

Please sign in to comment.