Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: cell_coadds
-
Labels:
-
Story Points:4
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
While Jim is working hard on the FITS serialization of the cell-based coadds, we make them pickle-able for now so they can be saved to disk and read back in for analysis.
Attachments
Issue Links
- blocks
-
DM-32412 Add an abstract cell-based coadd task
- Done
This ticket is ready for review. I've introduced the capability of pickle by introducing the appropriate function in pybind11 in one case, and by extending the class into python in another. The unit tests in this branch only check that some of the components here can be pickled and unpickled, but I tested in branch in conjunction with
DM-32412and saw that I was able to pickle singleCellCoadd objects and multipleCellCoadd objects. I've also added some commits to improve the overall health of the repo, to be considered as experimental for now.