Skip to content

Commit 35af7e8

Browse files
authored
Merge pull request #345 from lsst-dm/tickets/DM-50520
DM-50520: Fix tests/data/make_central_repo.sh in Prompt Processing
2 parents 5a1f3a5 + 8096eb4 commit 35af7e8

File tree

110 files changed

+28782
-1116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+28782
-1116
lines changed

doc/playbook.rst

Lines changed: 1 addition & 1 deletion

tests/data/ApPipe.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
description: Test version of the main AP pipeline
22

33
imports:
4-
- location: $AP_PIPE_DIR/pipelines/LSSTComCamSim/ApPipe.yaml
5-
include:
6-
- prompt
7-
parameters:
8-
# Use dataset's specific templates
9-
coaddName: goodSeeing
4+
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTCam/dev/ApPipe.yaml
105
tasks:
6+
calibrateImage:
7+
class: lsst.pipe.tasks.calibrateImage.CalibrateImageTask
8+
config:
9+
run_sattle: False
10+
detectAndMeasureDiaSource:
11+
class: lsst.ip.diffim.detectAndMeasure.DetectAndMeasureTask
12+
config:
13+
run_sattle: False
1114
associateApdb:
1215
class: lsst.ap.association.DiaPipelineTask
1316
config:

tests/data/ISR.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,3 @@ imports:
66
- location: $PROMPT_PROCESSING_DIR/tests/data/ApPipe.yaml
77
include:
88
- isr
9-
tasks:
10-
isr:
11-
class: lsst.ip.isr.IsrTaskLSST
12-
config:
13-
# Don't need filter-dependent calibs
14-
doFlat: false

tests/data/Preprocess.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
description: Test version of the preprocessing pipeline
22

33
imports:
4-
- location: $AP_PIPE_DIR/pipelines/LSSTComCamSim/ApPipe.yaml
5-
include:
6-
- preload
4+
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTCam/dev/Preprocessing.yaml

0 commit comments

Comments
 (0)