Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:8
-
Epic Link:
-
Sprint:DRP S19-2
-
Team:Data Release Production
Description
Convert AssembleCoaddTasks to PipelineTask, using as much of existing code as possible with the shims that make gen3 quack like a gen2. Inputs are declared, so this is fine. They just don't fit into memory at once.
Will require DM-13504, so I'm putting that change on this ticket.
In the future, we'll refactor to split out the background-matching/mask-gen step from the stacking step. Now now.
Hi Ian, You're welcome to get started reviewing this. The unit test for DCR is failing, but I THINK I just did something stupid with the _init_()'s with the multiple inheritance. I don't have time to look into that until later today.
Branches on pipe_base, pipe_tasks.
I've been informed that pipe_supertask is obsolete, so don't look in there