diff --git a/doc/playbook.rst b/doc/playbook.rst index 21f68fdf..88abf119 100644 --- a/doc/playbook.rst +++ b/doc/playbook.rst @@ -349,6 +349,7 @@ One raw was ingested, visit-defined, and kept in the development central repo, s apdb-cli create-sql "sqlite:///apdb.db" apdb_config.yaml 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 + 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 .. note:: diff --git a/pipelines/HSC/SingleFrame.yaml b/pipelines/HSC/SingleFrame.yaml index 2822564b..10cc5674 100644 --- a/pipelines/HSC/SingleFrame.yaml +++ b/pipelines/HSC/SingleFrame.yaml @@ -1,9 +1,12 @@ description: >- Single-frame pipeline for the case in which no templates exist, specialized for HSC + Unlike ap_pipe/SingleFrame.yaml, this pipeline is not standalone. imports: - location: $AP_PIPE_DIR/pipelines/HSC/SingleFrame.yaml - include: - - apPipeSingleFrame - - analyzeCalibrationMetrics + exclude: + # Run in prep_butler or Preprocessing.yaml + - getRegionTimeFromVisit + - mpSkyEphemerisQuery + - loadDiaCatalogs diff --git a/pipelines/LATISS/SingleFrame.yaml b/pipelines/LATISS/SingleFrame.yaml index 1edda16d..24b94d9d 100644 --- a/pipelines/LATISS/SingleFrame.yaml +++ b/pipelines/LATISS/SingleFrame.yaml @@ -1,9 +1,12 @@ description: >- Single-frame pipeline for the case in which no templates exist, specialized for LATISS + Unlike ap_pipe/SingleFrame.yaml, this pipeline is not standalone. imports: - location: $AP_PIPE_DIR/pipelines/LATISS/SingleFrame.yaml - include: - - apPipeSingleFrame - - analyzeCalibrationMetrics + exclude: + # Run in prep_butler or Preprocessing.yaml + - getRegionTimeFromVisit + - mpSkyEphemerisQuery + - loadDiaCatalogs diff --git a/pipelines/LSSTCam-imSim/SingleFrame.yaml b/pipelines/LSSTCam-imSim/SingleFrame.yaml index 2cba3a0e..c809e71b 100644 --- a/pipelines/LSSTCam-imSim/SingleFrame.yaml +++ b/pipelines/LSSTCam-imSim/SingleFrame.yaml @@ -1,9 +1,12 @@ description: >- Single-frame pipeline for the case in which no templates exist, specialized for LSSTCam-imSim + Unlike ap_pipe/SingleFrame.yaml, this pipeline is not standalone. imports: - location: $AP_PIPE_DIR/pipelines/LSSTCam-imSim/SingleFrame.yaml - include: - - apPipeSingleFrame - - analyzeCalibrationMetrics + exclude: + # Run in prep_butler or Preprocessing.yaml + - getRegionTimeFromVisit + - mpSkyEphemerisQuery + - loadDiaCatalogs diff --git a/pipelines/LSSTCam/SingleFrame.yaml b/pipelines/LSSTCam/SingleFrame.yaml index 8080dfc7..840853d4 100644 --- a/pipelines/LSSTCam/SingleFrame.yaml +++ b/pipelines/LSSTCam/SingleFrame.yaml @@ -1,9 +1,12 @@ description: >- Single-frame pipeline for the case in which no templates exist, specialized for LSSTCam + Unlike ap_pipe/SingleFrame.yaml, this pipeline is not standalone. imports: - location: $AP_PIPE_DIR/pipelines/LSSTCam/SingleFrame.yaml - include: - - apPipeSingleFrame - - analyzeCalibrationMetrics + exclude: + # Run in prep_butler or Preprocessing.yaml + - getRegionTimeFromVisit + - mpSkyEphemerisQuery + - loadDiaCatalogs diff --git a/pipelines/LSSTComCam/SingleFrame.yaml b/pipelines/LSSTComCam/SingleFrame.yaml index 5b61f4a3..d0a4fe71 100644 --- a/pipelines/LSSTComCam/SingleFrame.yaml +++ b/pipelines/LSSTComCam/SingleFrame.yaml @@ -1,9 +1,12 @@ description: >- Single-frame pipeline for the case in which no templates exist, specialized for LSSTComCam + Unlike ap_pipe/SingleFrame.yaml, this pipeline is not standalone. imports: - location: $AP_PIPE_DIR/pipelines/LSSTComCam/SingleFrame.yaml - include: - - apPipeSingleFrame - - analyzeCalibrationMetrics + exclude: + # Run in prep_butler or Preprocessing.yaml + - getRegionTimeFromVisit + - mpSkyEphemerisQuery + - loadDiaCatalogs diff --git a/pipelines/LSSTComCamSim/SingleFrame.yaml b/pipelines/LSSTComCamSim/SingleFrame.yaml index 38b2ae6a..fa6d65db 100644 --- a/pipelines/LSSTComCamSim/SingleFrame.yaml +++ b/pipelines/LSSTComCamSim/SingleFrame.yaml @@ -1,9 +1,12 @@ description: >- Single-frame pipeline for the case in which no templates exist, specialized for LSSTComCamSim + Unlike ap_pipe/SingleFrame.yaml, this pipeline is not standalone. imports: - location: $AP_PIPE_DIR/pipelines/LSSTComCamSim/SingleFrame.yaml - include: - - apPipeSingleFrame - - analyzeCalibrationMetrics + exclude: + # Run in prep_butler or Preprocessing.yaml + - getRegionTimeFromVisit + - mpSkyEphemerisQuery + - loadDiaCatalogs