Skip to content

Commit

Permalink
Fix Fakes pipelines to point to correct ProcessCcd
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Mar 7, 2024
1 parent 75e77fe commit 528559d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion pipelines/DECam/ApVerifyWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ imports:
- location: $AP_VERIFY_DIR/pipelines/_ingredients/ApVerifyWithFakes.yaml
exclude:
- processCcd
- location: $AP_PIPE_DIR/pipelines/DECam/ProcessCcd.yaml
# The existing Fakes insertion system is not currently compatible with the
# new CalibrateImageTask, so the fakes pipeline still is on the old tasks.
- location: $AP_PIPE_DIR/pipelines/DECam/ProcessCcdCalibrate.yaml
# Can't use $AP_PIPE_DIR/pipelines/DECam/ApPipeWithFakes.yaml here
# because the changes made by that file and _ingredients/ApVerifyWithFakes.yaml
# are hard to separate.
4 changes: 3 additions & 1 deletion pipelines/HSC/ApVerifyWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ imports:
- location: $AP_VERIFY_DIR/pipelines/_ingredients/ApVerifyWithFakes.yaml
exclude:
- processCcd
- location: $AP_PIPE_DIR/pipelines/HSC/ProcessCcd.yaml
# The existing Fakes insertion system is not currently compatible with the
# new CalibrateImageTask, so the fakes pipeline still is on the old tasks.
- location: $AP_PIPE_DIR/pipelines/HSC/ProcessCcdCalibrate.yaml
# Can't use $AP_PIPE_DIR/pipelines/HSC/ApPipeWithFakes.yaml here
# because the changes made by that file and _ingredients/ApVerifyWithFakes.yaml
# are hard to separate.
4 changes: 3 additions & 1 deletion pipelines/LSSTCam-imSim/ApVerifyWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ imports:
- location: $AP_VERIFY_DIR/pipelines/_ingredients/ApVerifyWithFakes.yaml
exclude:
- processCcd
- location: $AP_PIPE_DIR/pipelines/LSSTCam-imSim/ProcessCcd.yaml
# The existing Fakes insertion system is not currently compatible with the
# new CalibrateImageTask, so the fakes pipeline still is on the old tasks.
- location: $AP_PIPE_DIR/pipelines/LSSTCam-imSim/ProcessCcdCalibrate.yaml
# Can't use $AP_PIPE_DIR/pipelines/LSSTCam-imSim/ApPipeWithFakes.yaml here
# because the changes made by that file and _ingredients/ApVerifyWithFakes.yaml
# are hard to separate.

0 comments on commit 528559d

Please sign in to comment.