Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_algorithms, pipe_tasks
-
Labels:
-
Story Points:2
-
Team:Data Release Production
Description
SourceDetectionTask should be able to put (at least) an upper bound on the number of post-deblending sources it will put into the SourceCatalog it creates, from the size of the FootprintSet it creates and the total number of peaks within it. It should use SourceCatalog.reserve to ensure the resulting catalog is contiguous.
As part of the work in
DM-9832, I added some "force-contiguous" tests in calibrate.py and multiBand.py, with TODOs referencing this ticket. Once this is implemented, those can probably go away.