Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_analysis
-
Labels:None
-
Story Points:5
-
Epic Link:
-
Sprint:DRP F18-1, DRP F18-2
-
Team:Data Release Production
Description
We should only ever be plotting the "primary" sources for coadd QA-ing. The description for the detect_isPrimary flag is:
doc="true if source has no children and is in the inner region of a coadd patch and is in the inner region of a coadd tract" |
We are currently selecting on deblend_nChild = 0 (which is appropriate at the visit level).
Attachments
Issue Links
- relates to
-
DM-15091 Add check for flag in schema before accessing
- Done
In working on this, I noticed some cleanup that needs to be done in the use of forced vs. unforced catalogs for various plot (revealed when I became aware that the detect_isPrimary flag does not get persisted in the forced catalogs...neither do the calib_psfUsed & calib_psfCandidate flags).
Increasing the scope to make accommodations and include these cleanups.