Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: meas_algorithms, meas_base
-
Labels:
-
Story Points:8
-
Epic Link:
-
Sprint:F23-2 (July)
-
Team:Alert Production
-
Urgent?:No
Description
Following up from the diaSource sprint, we should explore adding `*CenterAll` flags during detect and measure (see PixelFlags.cc) for sources where the given bit (e.g. interpolated or saturated) is set for every pixel in the 3x3 center of the footprint. This contrasts with the existing `*Center` flag that is for any pixel in the center having that bit set.
Once we set this flag, we should be able to use it to entirely reject classes of bad sources before any measurement plugins are run on them. For example, if all central pixels are interpolated, there is no real source there.
Attachments
Issue Links
- is blocked by
-
DM-38901 Clear Template mask planes in image differencing
- Done
This ticket should also help reduce the number of sources that end up off the image (see
DM-37421).