Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:16
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
Write an abstract base Task class for making edge-free, cell-based coadds. The base class is designed to take in either a list of pre-warped calexps or warped images (as specified in the config) and comes with a method that can determine completely-overlapping input images. The Task will interface with the SingleCellCoadd and MultipleCellCoadd data structures defined in DM-32345
Attachments
Issue Links
- is blocked by
-
DM-35300 Make cell-based coadds pickle-able
- Done
I merged the PRs with minimal changes since I last tested, since I am not setup to test them at USDF yet. I had to use mypy checks within test.yaml since using reusable workflows was showing errors due to mypy 0.961 being used.