Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: DM Subsystem Science
-
Labels:
-
Epic Link:
-
Team:DM Science
-
Urgent?:No
Description
The way filterMatches.py is working it throws out the entire group of matched sources when any of them is flagged. We need to change the filtering to happen on the individual source measurements, rather than the entire group.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Labels | sst-metrics |
Assignee | Jeffrey Carlin [ jcarlin ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Labels | sst-metrics | backport-v23 sst-metrics |
Reviewers | Colin Slater [ ctslater ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Description | The way `filterMatches.py` is working it throws out the entire group of matched sources when _any_ of them is flagged. We need to change the filtering to happen on the individual source measurements, rather than the entire group. | The way {{filterMatches.py}} is working it throws out the entire group of matched sources when _any_ of them is flagged. We need to change the filtering to happen on the individual source measurements, rather than the entire group. |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
This turned out to require updates to drp_pipe as well. The Jenkins build with changes to both packages was successful.