From e0ea7fe0625a5e17ebed449a8d1b7fb7be8caefc Mon Sep 17 00:00:00 2001 From: Hsin-Fang Chiang Date: Thu, 31 Oct 2024 15:53:37 -0700 Subject: [PATCH] Update the example pipetask command to register dataset types As the new LATISS calib is no longer compatible with the old LATISS data, use another data ID in the example. --- doc/playbook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/playbook.rst b/doc/playbook.rst index 7fffbf0e..2a5cf5a9 100644 --- a/doc/playbook.rst +++ b/doc/playbook.rst @@ -354,7 +354,7 @@ One raw was ingested, visit-defined, and kept in the development central repo, s .. code-block:: sh apdb-cli create-sql "sqlite:///apdb.db" apdb_config.py - pipetask run -b s3://rubin-pp-dev-users/central_repo_2 -i LATISS/raw/all,LATISS/defaults,LATISS/templates -o u/username/collection -d "detector=0 and instrument='LATISS' and exposure=2023082900500 and visit_system=0" -p $AP_PIPE_DIR/pipelines/LATISS/ApPipe.yaml -c parameters:apdb_config=apdb_config.py -c diaPipe: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/username/collection -d " instrument='LSSTComCamSim' and exposure=7024062700235 and detector=8" -p $AP_PIPE_DIR/pipelines/LSSTComCamSim/ApPipe.yaml -c parameters:apdb_config=apdb_config.py -c diaPipe:doPackageAlerts=False --register-dataset-types --init-only .. note::