Skip to content

Commit 9c14798

Browse files
authored
Merge pull request #299 from lsst-dm/tickets/DM-50385
DM-50385: Rename task and dataset labels for RFC-1088
2 parents 744ee5b + 2739f60 commit 9c14798

22 files changed

+26
-22
lines changed

doc/playbook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ One raw was ingested, visit-defined, and kept in the development central repo, s
348348
.. code-block:: sh
349349
350350
apdb-cli create-sql "sqlite:///apdb.db" apdb_config.yaml
351-
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 diaPipe:doPackageAlerts=False --register-dataset-types --init-only
351+
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
352352
353353
.. note::
354354

pipelines/HSC/SingleFrame.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ imports:
66
- location: $AP_PIPE_DIR/pipelines/HSC/SingleFrame.yaml
77
include:
88
- apPipeSingleFrame
9-
- initialPviCore
9+
- analyzeCalibrationMetrics

pipelines/LATISS/ApPipe-noAlerts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
imports:
66
- location: $PROMPT_PROCESSING_DIR/pipelines/LATISS/ApPipe.yaml
77
tasks:
8-
diaPipe:
8+
associateApdb:
99
class: lsst.ap.association.DiaPipelineTask
1010
config:
1111
alertPackager.doProduceAlerts: False

pipelines/LATISS/ApPipe-noForced.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
imports:
99
- location: $PROMPT_PROCESSING_DIR/pipelines/LATISS/ApPipe.yaml
1010
tasks:
11-
diaPipe:
11+
associateApdb:
1212
class: lsst.ap.association.DiaPipelineTask
1313
config:
1414
doRunForcedMeasurement: false # see DM-43402

pipelines/LATISS/ApPipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ imports:
99
include:
1010
- prompt
1111
tasks:
12-
diaPipe:
12+
associateApdb:
1313
class: lsst.ap.association.DiaPipelineTask
1414
config:
1515
# Alert distribution only runnable in PP environment.

pipelines/LATISS/SingleFrame.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ imports:
66
- location: $AP_PIPE_DIR/pipelines/LATISS/SingleFrame.yaml
77
include:
88
- apPipeSingleFrame
9-
- initialPviCore
9+
- analyzeCalibrationMetrics

pipelines/LSSTCam-imSim/ApPipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ imports:
99
include:
1010
- prompt
1111
tasks:
12-
diaPipe:
12+
associateApdb:
1313
class: lsst.ap.association.DiaPipelineTask
1414
config:
1515
# Alert distribution only runnable in PP environment.

pipelines/LSSTCam-imSim/SingleFrame.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ imports:
66
- location: $AP_PIPE_DIR/pipelines/LSSTCam-imSim/SingleFrame.yaml
77
include:
88
- apPipeSingleFrame
9-
- initialPviCore
9+
- analyzeCalibrationMetrics

pipelines/LSSTCam/ApPipe-noAlerts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
imports:
66
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTCam/ApPipe.yaml
77
tasks:
8-
diaPipe:
8+
associateApdb:
99
class: lsst.ap.association.DiaPipelineTask
1010
config:
1111
alertPackager.doProduceAlerts: False

pipelines/LSSTCam/ApPipe-noForced.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
imports:
99
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTCam/ApPipe.yaml
1010
tasks:
11-
diaPipe:
11+
associateApdb:
1212
class: lsst.ap.association.DiaPipelineTask
1313
config:
1414
doRunForcedMeasurement: false # see DM-43402

0 commit comments

Comments
 (0)