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
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Description |
The coadd level catalogs include a flag:
{code:python} "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)", {code} that is very useful for culling catalogs of duplicate (patch/tract overlap), non-deblended parent sources ({{detect_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: {{detect_nChild > 0}} {{sky_source is True}} |
The coadd level catalogs include a flag:
{code:python}"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)", {code} 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 True}} |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Description |
The coadd level catalogs include a flag:
{code:python}"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)", {code} 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 True}} |
The coadd level catalogs include a flag:
{code:python}"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)", {code} 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}} |
Sprint | DRP F20-1 (June) [ 1030 ] | DRP F20-1 (June), DRP F20-2 (July) [ 1030, 1036 ] |
Reviewers | Meredith Rawls [ mrawls ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Story Points | 12 |
Story Points | 12 | 9 |
Description |
The coadd level catalogs include a flag:
{code:python}"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)", {code} 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}} |
The coadd level catalogs include a flag:
{code:python}"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)", {code} 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 |
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.