Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:
-
Story Points:9
-
Epic Link:
-
Sprint:DRP F20-1 (June), DRP F20-2 (July)
-
Team:Data Release Production
-
Urgent?:No
Description
The coadd level catalogs include a flag:
"detect_isPrimary", type="Flag", |
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 " |
"and is not \"detected\" in a pseudo-filter (see config.pseudoFilterList)", |
that is very useful for culling catalogs of duplicate (patch/tract overlap), non-deblended parent sources (deblend_nChild>0, and sky objects. No equivalent flag currently exists at the visit /single frame measurement level, so this ticket is to add such a flag. Currently, the only two conditions to be added to flag undesirable sources are:
deblend_nChild == 0
sky_source is False
A community post describing this feature may be found here: https://community.lsst.org/t/primary-source-flag-for-single-frame-processing/4425
Attachments
Issue Links
- relates to
-
DM-26438 Add "detect_isPrimary" flag to parquet Source Table
- Done
Thanks for taking a look at this ticket Meredith, much appreciated. We pushed it through Jenkins yesterday without issue, so hopefully it should be good to go.