Skip to content

Commit c8cd184

Browse files
committed
Merge branch 'tickets/DM-50500'
2 parents 763eedd + e11e319 commit c8cd184

File tree

7 files changed

+37
-18
lines changed

7 files changed

+37
-18
lines changed

doc/playbook.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ One raw was ingested, visit-defined, and kept in the development central repo, s
349349
350350
apdb-cli create-sql "sqlite:///apdb.db" apdb_config.yaml
351351
pipetask run -b s3://rubin-pp-dev-users/central_repo_2 -i LSSTComCamSim/raw/all,LSSTComCamSim/defaults,LSSTComCamSim/templates -o u/${USER}/add-dataset-types -d "instrument='LSSTComCamSim' and exposure=7024062700235 and detector=8" -p $AP_PIPE_DIR/pipelines/LSSTComCamSim/ApPipe.yaml -c parameters:apdb_config=apdb_config.yaml -c associateApdb:doPackageAlerts=False --register-dataset-types --init-only
352+
pipetask run -b s3://rubin-pp-dev-users/central_repo_2 -i LSSTComCamSim/raw/all,LSSTComCamSim/defaults,LSSTComCamSim/templates -o u/${USER}/add-dataset-types -d "instrument='LSSTComCamSim' and exposure=7024062700235 and detector=8" -p $AP_PIPE_DIR/pipelines/LSSTComCamSim/SingleFrame.yaml -c parameters:apdb_config=apdb_config.yaml --register-dataset-types --init-only
352353
353354
.. note::
354355

pipelines/HSC/SingleFrame.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
description: >-
22
Single-frame pipeline for the case in which
33
no templates exist, specialized for HSC
4+
Unlike ap_pipe/SingleFrame.yaml, this pipeline is not standalone.
45
56
imports:
67
- location: $AP_PIPE_DIR/pipelines/HSC/SingleFrame.yaml
7-
include:
8-
- apPipeSingleFrame
9-
- analyzeCalibrationMetrics
8+
exclude:
9+
# Run in prep_butler or Preprocessing.yaml
10+
- getRegionTimeFromVisit
11+
- mpSkyEphemerisQuery
12+
- loadDiaCatalogs

pipelines/LATISS/SingleFrame.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
description: >-
22
Single-frame pipeline for the case in which
33
no templates exist, specialized for LATISS
4+
Unlike ap_pipe/SingleFrame.yaml, this pipeline is not standalone.
45
56
imports:
67
- location: $AP_PIPE_DIR/pipelines/LATISS/SingleFrame.yaml
7-
include:
8-
- apPipeSingleFrame
9-
- analyzeCalibrationMetrics
8+
exclude:
9+
# Run in prep_butler or Preprocessing.yaml
10+
- getRegionTimeFromVisit
11+
- mpSkyEphemerisQuery
12+
- loadDiaCatalogs
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
description: >-
22
Single-frame pipeline for the case in which
33
no templates exist, specialized for LSSTCam-imSim
4+
Unlike ap_pipe/SingleFrame.yaml, this pipeline is not standalone.
45
56
imports:
67
- location: $AP_PIPE_DIR/pipelines/LSSTCam-imSim/SingleFrame.yaml
7-
include:
8-
- apPipeSingleFrame
9-
- analyzeCalibrationMetrics
8+
exclude:
9+
# Run in prep_butler or Preprocessing.yaml
10+
- getRegionTimeFromVisit
11+
- mpSkyEphemerisQuery
12+
- loadDiaCatalogs

pipelines/LSSTCam/SingleFrame.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
description: >-
22
Single-frame pipeline for the case in which
33
no templates exist, specialized for LSSTCam
4+
Unlike ap_pipe/SingleFrame.yaml, this pipeline is not standalone.
45
56
imports:
67
- location: $AP_PIPE_DIR/pipelines/LSSTCam/SingleFrame.yaml
7-
include:
8-
- apPipeSingleFrame
9-
- analyzeCalibrationMetrics
8+
exclude:
9+
# Run in prep_butler or Preprocessing.yaml
10+
- getRegionTimeFromVisit
11+
- mpSkyEphemerisQuery
12+
- loadDiaCatalogs
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
description: >-
22
Single-frame pipeline for the case in which
33
no templates exist, specialized for LSSTComCam
4+
Unlike ap_pipe/SingleFrame.yaml, this pipeline is not standalone.
45
56
imports:
67
- location: $AP_PIPE_DIR/pipelines/LSSTComCam/SingleFrame.yaml
7-
include:
8-
- apPipeSingleFrame
9-
- analyzeCalibrationMetrics
8+
exclude:
9+
# Run in prep_butler or Preprocessing.yaml
10+
- getRegionTimeFromVisit
11+
- mpSkyEphemerisQuery
12+
- loadDiaCatalogs
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
description: >-
22
Single-frame pipeline for the case in which
33
no templates exist, specialized for LSSTComCamSim
4+
Unlike ap_pipe/SingleFrame.yaml, this pipeline is not standalone.
45
56
imports:
67
- location: $AP_PIPE_DIR/pipelines/LSSTComCamSim/SingleFrame.yaml
7-
include:
8-
- apPipeSingleFrame
9-
- analyzeCalibrationMetrics
8+
exclude:
9+
# Run in prep_butler or Preprocessing.yaml
10+
- getRegionTimeFromVisit
11+
- mpSkyEphemerisQuery
12+
- loadDiaCatalogs

0 commit comments

Comments
 (0)