Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Sprint:DRP F16-6
-
Team:Data Release Production
Description
In RFC-212 we adopted turning on the "junk suppression" temporary local background subtraction by default: SourceDetectionConfig.doTempLocalBackground=True. Since the safe clipping coadd assembly (introduced in DM-2915) also performs object detection, this had the effect of turning on the junk suppression background there too. The safe clipping algorithm was designed and tuned with no extra background estimations, thus doTempLocalBackground should default to False for that task.
Attachments
Issue Links
- relates to
-
DM-14935 Thoroughly assess of the effects of turning on "junk suppression" at the visit level
- To Do
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | pipe_tasks [ 10726 ] |
Epic Link |
|
Sprint | DRP F16-6 [ 287 ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Attachment | safeClip_junkSuppression.png [ 28593 ] |
Reviewers | John Swinbank [ swinbank ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
It turns out that turning of the junk suppression in coadd assembly is not the full solution (see LL panel of figure). On further investigation, the junk suppression temporary local background subtraction also needs to be defaulted to False in processCcd. This is because the safe clipping algorithm reverts to the footprints from single frame processing for very large footprints. Turning it off in processCcd does indeed result in the desired safe clipping behavior (see LR panel & compare with HSC run in UL panel.