Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_extensions_scarlet
-
Labels:None
-
Story Points:5
-
Epic Link:
-
Sprint:DRP F20-5 (Oct), DRP S21a (Dec Jan)
-
Team:Data Release Production
-
Urgent?:No
Description
This ticket has been modified to skip sky objects during deblending, the reason being that having deblended sky objects is not useful as a diagnostic tool and scarlet doesn't like trying to model something that isn't there.
While implementing this I realized that a number of columns weren't being updated properly, and that ScarletDeblendTask could use a bit of a spring cleaning. So the first commit is a refactoring of ScarletDeblend task. The second is an update to the tests to make sure that things are properly persisted in the future, and the third is the update to skip sky objects.
The changes in this ticket make use of features implemented in
DM-28542(and also update the tests in that ticket). So while the work for this issue is completed, it cannot be implemented untilDM-28542is merged.