Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: cp_pipe
-
Labels:
-
Story Points:2
-
Epic Link:
-
Team:Data Release Production
Description
cpCombineTask currently loads all input images as full images. It would be safer for large number of inputs if this could defer loading and iterate over chunks instead (as with the "rows" option in the previous generation).
After working with Eli Rykoff during pair coding, this should soon be into review. A comparison between a quick baseline bias run and the same run with this code results in identical images (based both on image stats and MD5 sum). This should be into review pending the regular CI checks.