Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ip_diffim
-
Labels:
-
Story Points:4
-
Epic Link:
-
Sprint:AP S23-4 (March), AP S23-5 (April), AP S23-6 (May)
-
Team:Alert Production
-
Urgent?:No
Description
Investigate the flagging of edge pixels when the science image is convolved during image differencing. In DM-37698 we saw a large excess of false sources around the edges of every ccd when using the new preconvolution option, which suggests that either the mask plane is not being set correctly, or the EDGE bit is not being used during detection.
Attachments
Issue Links
- blocks
-
DM-37699 Process the full HSC Cosmos dataset with preconvolution
- To Do
-
DM-37697 Process the full HSC Cosmos dataset with auto convolution mode
- In Review
- relates to
-
DM-37386 Investigate adding CenterAll flag during detect and measure
- To Do
-
DM-5857 Make DipoleFitPlugin mask-safe
- To Do
-
DM-33798 Improve bitmask propagation in ip_diffim
- To Do
- mentioned in
-
Page Loading...
The main change on this ticket is the addition in meas_algorithms SourceDetectionTask that prevents detection on pixels with NO_DATA, EDGE, or BAD flags set. The changes in ip_diffim mostly just fix and expand the unit tests following that change. On a typical DECam visit, this reduces the number of diaSources by 30-50%, which substantially speeds up measurement. We should plan to later implement a fix that allows us to recover these edge sources without generating so many spurious detections, but I believe that is a low priority for now. As part of your review, please include your thoughts on that priority.