In addition to the typo fixes in the pull requests, I fixed the dataset in the main repository, by directly connecting to the database and running:
-- This is what I was missing when I tried this previously:
|
set schema 'main_20210215';
|
|
-- Find table with correct association; CTI is bias-like, so search on that.
|
SELECT calibration_association_table FROM dataset_type WHERE name='bias';
|
|
-- Update the CTI calibration.
|
UPDATE dataset_type SET calibration_association_table='dataset_calibs_00000004' WHERE name='cpCtiCalib';
|
With this complete, the test command ran correctly:
RERUN='20221011a'
|
EXPOSURES='3019101300154'
|
EXPOSURESB='3019101200433'
|
|
pipetask run -b /repo/main -p $DRP_PIPE_DIR/ingredients/DRP-full.yaml#isr \
|
-d "instrument='LSSTCam' AND exposure IN ($EXPOSURES, $EXPOSURESB) AND detector=11" \
|
-i u/czw/DM-33138/statTest.20220421b,LSSTCam/raw/all,LSSTCam/calib \
|
-o u/czw/DM-36280/correctionTest.$RERUN \
|
-c isr:doDeferredCharge=True -c isr:doDeferredCharge=True -c isr:doFlat=False \
|
-c isr:doDark=False -c isr:doCrosstalk=False -c isr:doLinearize=False -c isr:doBias=False \
|
-j 1
|
In addition to the typo fixes in the pull requests, I fixed the dataset in the main repository, by directly connecting to the database and running:
-- Find table with correct association; CTI is bias-like, so search on that.
-- Update the CTI calibration.
With this complete, the test command ran correctly:
pipetask run -b /repo/main -p $DRP_PIPE_DIR/ingredients/DRP-full.yaml#isr \
-c isr:doDeferredCharge=True -c isr:doDeferredCharge=True -c isr:doFlat=False \
-c isr:doDark=False -c isr:doCrosstalk=False -c isr:doLinearize=False -c isr:doBias=False \