I ran pipeline_bps.yaml in /project/dtaranu/dc2_gen3/w_2021_16/ with w_2021_16 and two additional fixes:
/home/dtaranu/tix/DM-29899/meas_extensions_shapeHSM: fixes to shapeHSM in w17 (DM-29863), which should not have affected anything besides measure tasks and without which most (or all) of them would have failed; and:
/home/dtaranu/tix/DM-29830/obs_lsst: config overrides in $OBS_LSST_DIR/pipelines/imsim/DRP.yaml, which are in for w18.
See bps report --id /project/dtaranu/dc2_gen3/w_2021_16/submit/2.2i/runs/test-med-1/w_2021_16/DM-29899/20210427T212511Z for the initial run. Several failures were reported:
mergeMeasurements, forcedPhotCcd, forcedPhotCoadd, forcedPhotDiffim: all transient database failures; I think the filesystem was having issues at the time. I am re-running all of the failures (see forcedPhot_resume_bps.yaml, forcedPhotDiffim_resume_bps.yaml, mergeMeasurements_resume_bps.yaml and corresponding log files) and they should finish later today.
writeObjectTable: all failed due to DM-29943, and of course transformObjectTable and consolidateObjectTable didn't run as a result. Although that ticket isn't merged, the root cause was fixed in DM-29907 for w18, so these should all work for w20.
imageDifference: 1523/11104 quanta failed for the following reasons:
178 raise RuntimeError("Cannot find any objects suitable for KernelCandidacy")
13 raise RuntimeError("No coadd PhotoCalib found!")
1169 raise RuntimeError("Templates constructed from multiple Tracts not yet supported")
163 lsst::pex::exceptions::Exception: 'Unable to determine kernel sum; 0 candidates'
I checked a few random coadds and compared with the gen2 run (DM-29770) and found that they differed significantly. Then checking a few of the input calexps, I found those also differed, both at the pixel level and in the masks (perhaps the latter caused the former?). I would have compared postISRCCD outputs but gen2 doesn't output those by default; we may want to enable that for the w20 run if that's the most obvious line of inquiry. Perhaps Lauren MacArthur can advise as she found mask-related gen2/3 parity issues in HSC recently.
I ran pipeline_bps.yaml in /project/dtaranu/dc2_gen3/w_2021_16/ with w_2021_16 and two additional fixes:
/home/dtaranu/tix/
DM-29899/meas_extensions_shapeHSM: fixes to shapeHSM in w17 (DM-29863), which should not have affected anything besides measure tasks and without which most (or all) of them would have failed; and:/home/dtaranu/tix/
DM-29830/obs_lsst: config overrides in $OBS_LSST_DIR/pipelines/imsim/DRP.yaml, which are in for w18.See bps report --id /project/dtaranu/dc2_gen3/w_2021_16/submit/2.2i/runs/test-med-1/w_2021_16/
DM-29899/20210427T212511Z for the initial run. Several failures were reported:mergeMeasurements, forcedPhotCcd, forcedPhotCoadd, forcedPhotDiffim: all transient database failures; I think the filesystem was having issues at the time. I am re-running all of the failures (see forcedPhot_resume_bps.yaml, forcedPhotDiffim_resume_bps.yaml, mergeMeasurements_resume_bps.yaml and corresponding log files) and they should finish later today.
writeObjectTable: all failed due to DM-29943, and of course transformObjectTable and consolidateObjectTable didn't run as a result. Although that ticket isn't merged, the root cause was fixed in
DM-29907for w18, so these should all work for w20.imageDifference: 1523/11104 quanta failed for the following reasons:
178 raise RuntimeError("Cannot find any objects suitable for KernelCandidacy")
13 raise RuntimeError("No coadd PhotoCalib found!")
1169 raise RuntimeError("Templates constructed from multiple Tracts not yet supported")
163 lsst::pex::exceptions::Exception: 'Unable to determine kernel sum; 0 candidates'
I checked a few random coadds and compared with the gen2 run (DM-29770) and found that they differed significantly. Then checking a few of the input calexps, I found those also differed, both at the pixel level and in the masks (perhaps the latter caused the former?). I would have compared postISRCCD outputs but gen2 doesn't output those by default; we may want to enable that for the w20 run if that's the most obvious line of inquiry. Perhaps Lauren MacArthur can advise as she found mask-related gen2/3 parity issues in HSC recently.