Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: meas_algorithms
-
Labels:None
-
Story Points:4
-
Epic Link:
-
Team:Alert Production
-
Urgent?:No
Description
DM-13493 removed interpolated_flag from the badFlags list in BaseSourceSelectorTask, but did not remove it from BaseStarSelectorTask. Removing it from starSelector results in the dm_stack_demo failing because the sources change. In order to finish unifying the starSelectors, we have do decide how to properly manage this change.
One option would be to append interpolated_flag to badFlags in objectSizeSS and any other "only select PSF sources" starSelectors (i.e. "true" starSelectors, instead of sourceSelectors). That at least would keep the status quo.
Lauren MacArthur found the relevant discussion:
https://lsstc.slack.com/archives/C2JPL2DGD/p1525206128000555
It appears that the best current behavior is for PSFy starSelectors to incorporate interpolated in the badFlags list, but generic sourceSelectors to not.