Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Story Points:2
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
Following DM-32034, add the MatchTractCatalog task to DRP.yaml for LSSTCam/imsim, so it can be used to compute tract-level coadd metrics.
I think it can go on step3 as it only relies on writeObjectTable. For DP0.2, it will need a backport and for someone to ingest the truth summary tables following PREOPS-584.
Passed Jenkins here.
Also ran the following butler steps for /repo/dc2 on lsst-devl*:
butler collection-chain /repo/dc2 --mode=extend "2.2i/defaults/test-med-1" "2.2i/truth_summary"
butler collection-chain /repo/dc2 --mode=extend "2.2i/defaults/DP0.2" "2.2i/truth_summary"
butler associate /repo/dc2 2.2i/truth_summary/ci_imsim -d truth_summary --collections 2.2i/truth_summary --where "skymap='DC2' and tract=3828"
butler collection-chain /repo/dc2 --mode=extend "2.2i/defaults/ci_imsim" "2.2i/truth_summary/ci_imsim"
Also ingested the truth_summary tables on the cloud for DP0.2 thanks to Hsin-Fang Chiang and will add the collections to the relevant default(s) tomorrow.