Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:
-
Story Points:6
-
Epic Link:
-
Sprint:DRP S17-5, DRP S17-6, DRP F17-1
-
Team:Data Release Production
Description
Artifact removal during co-addition requires working with both directWarps and psfMatchedWarps within a single task. Furthermore, makeCoaddTempExp.py creates both psfMatchedWarps and directWarps with one call to the command-line task to save computing time by avoiding warping twice, and assembleCoadd should have the same behavior and command-line configs.
Currently, AssembleCoaddTask holds the "warpType" through the config parameter "doPsfMatch" in the config, which remains immutable for the lifetime of the task instance. This config controls whether directWarps or psfMatchedWarps are read from disk, anytime warps are needed. AssembleCoadd was only meant to make one warpType Coadd at a time. This is fine, but we need a supertask that can work with psfMatched, direct and likelihood Warps simultaneously.
This ticket will implement a higher level task that uses the lower-level assembleCoadd as a subtask. Change and name will be RFC'ed.
Must provide appropriate skeleton to enable both Safe-Clipped artifact removal and New artifact removal.
Per discussion with Yusra AlSayyad & Jim Bosch of 2017-06-05, Yusra has done most of the thinking behind this ticket. However, she wants to have an RFD session to collect input from at least Paul & Russell before finishing up. We expect that to happen in parallel to work on
DM-10005(likely the discussion will bubble away in the background for a few days while she makes progress on that ticket).