Ran into an issue where I didn't initially specify which exposures (visits) to use in template-building vs in the main ApPipe processing, and the good seeing selector chose nothing for one of the three HiTS fields. In addition, there was a known-trash-WCS 2014 visit, 289777, that apparently has great seeing and showed up as both a template and science in a totally wrong spot on the sky (-2 dec instead of +2 dec, cute). It has been entirely removed from DECam/raw/all, finally.
I re-ran both the ApTemplate step (took about 20 minutes to build the graph) and the ApPipeWithFakes step (took about 24 hours!!! to build the qgraph), with these inputs and data queries -
ApTemplate:
payloadName: DM-34710/templates
butlerConfig: /repo/main/butler.yaml
inCollection: DECam/defaults/hits2014,u/mrawls/DM-34710-hits-crosstalk-sources
dataQuery: "instrument='DECam' AND skymap='decam_rings_v1' AND detector NOT IN (2, 61) AND exposure<300000"
ApPipeWithFakes:
payloadName: DM-34710/hits2015-fakes
butlerConfig: /repo/main/butler.yaml
inCollection: DECam/defaults/hits2015,u/mrawls/DM-34710-hits-crosstalk-sources,u/mrawls/DM-34710/templates
dataQuery: "instrument='DECam' AND skymap='decam_rings_v1' AND detector NOT IN (2, 61) AND exposure>400000"
It is a miracle that the reprocessing was not bitten by the NCSA filesystem having a bad day. At a glance, the output all looks good now, finally, and an analysis notebook is forthcoming.
Step 1, rebuild calibs from scratch following Lee's Merian docs, https://hackmd.io/@lsk/merian
Step 2, update hits2014 and hits2015 chained collections, ideally with new skymap (
DM-34516) and definitely with new calibsStep 3, run ApTemplate
Step 4, run ApPipe
Step 5, make some plots