Skip to content

Commit

Permalink
Further tidying of bps example files
Browse files Browse the repository at this point in the history
  • Loading branch information
mrawls committed Dec 16, 2021
1 parent 31eee3d commit 83996a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bps/bps_ApPipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UPDATE THIS to the path to the pipeline to run
# (You probably want to run a camera-specific ApPipe, not the generic one)
pipelineYaml: '${AP_PIPE_DIR}/pipelines/ApPipe.yaml'
# (You should run a camera-specific ApPipe, not the generic one)
#pipelineYaml: '${AP_PIPE_DIR}/pipelines/CAMERA/ApPipe.yaml'

# Just names, but UPDATE THIS AND KEEP THEM SHORT
project: ApPipe
Expand Down
6 changes: 3 additions & 3 deletions bps/bps_ApPipeMultiTractFakes.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UPDATE THIS to the path to the pipeline to run
# (You probably want to run a camera-specific ApPipeMultiTractFakes, not the generic one)
pipelineYaml: '${AP_PIPE_DIR}/pipelines/ApPipeMultiTractFakes.yaml'
# (You should run a camera-specific ApPipeMultiTractFakes, not the generic one)
#pipelineYaml: '${AP_PIPE_DIR}/pipelines/CAMERA/ApPipeMultiTractFakes.yaml'

# Just names, but UPDATE THIS AND KEEP THEM SHORT
project: ApPipeMultiTractFakes
Expand All @@ -18,7 +18,7 @@ payload:
payloadName: DM-xxxxx-example
butlerConfig: /repo/main/butler.yaml
inCollection: DECam/defaults/hits2015,DECam/calib,u/mrawls/DM-30703-hits-crosstalk-sources,u/mrawls/DM-30703-HiTS2014-templates
dataQuery: "instrument='DECam' AND skymap='hsc_rings_v1' AND band IN ('g') AND exposure>410914 AND exposure<421607 AND detector NOT IN (2, 61)"
dataQuery: "instrument='DECam' AND band IN ('g') AND exposure IN (410915..421606) AND detector NOT IN (2, 61)"

# Option to override defaults for pipeline tasks being run
pipetask:
Expand Down

0 comments on commit 83996a5

Please sign in to comment.