Skip to content

Commit

Permalink
Merge branch 'tickets/DM-26874' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
n8pease committed Oct 6, 2020
2 parents 5ec0f28 + 3e6e7ef commit d2b40e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/run_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ fi
# ingestRaws.py doesn't search recursively; over-specifying to work around that.
if [ -z "$(find -L DATA_REPO/HSC/raw -type f)" ]; then
butler ingest-raws DATA_REPO input_data/HSC/raw/all/raw/r/HSC-R/
butler define-visits DATA_REPO -i HSC --collections HSC/raw/all
butler define-visits DATA_REPO HSC --collections HSC/raw/all
fi

# Pipeline execution will fail on second attempt because the output run
# can not be the same.
# Do not specify a number of processors (-j) to test that the default value
# works.
pipetask run -d "exposure=903342 AND detector=10" -b DATA_REPO/butler.yaml \
-i HSC/calib,HSC/raw/all,refcats --longlog \
pipetask --long-log run -d "exposure=903342 AND detector=10" -b DATA_REPO/butler.yaml \
--input HSC/calib,HSC/raw/all,refcats \
--register-dataset-types -p "${PIPE_TASKS_DIR}/pipelines/ProcessCcd.yaml" \
--instrument lsst.obs.subaru.HyperSuprimeCam --output-run demo_collection

Expand Down

0 comments on commit d2b40e6

Please sign in to comment.