Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: verify
-
Labels:
-
Story Points:4
-
Epic Link:
-
Sprint:AP F22-3 (August)
-
Team:Alert Production
-
Urgent?:No
Description
Once neither AP nor DRP are running MetricTasks in Gen 2:
- Remove the lsst.verify.gen2tasks.register and registerMultiple decorators from all MetricTasks throughout Science Pipelines.
- Remove any inheritance from lsst.verify.gen2tasks.MetricTask from all MetricTasks throughout Science Pipelines.
- Remove any reference to MetricsControllerTask from the documentation of individual MetricTasks (such as NumberNewDiaObjectsMetricTask).
- Remove the lsst.verify.gen2tasks package.
- Remove lsst.verify.tasks.TimeMethodMetricConfig.metric, which is not needed for PipelineTasks.
- Review the lsst.verify documentation to ensure there is no remaining Gen 2 content.
This ticket does not cover removing Job or its infrastructure, since we are currently still using it in Gen 3, but there may be non-obvious components that are bypassed in Gen 3 and should be removed now.
For our final gen2 weekly reprocessings I still need to run:
matchedVisitMetrics.py
dispatch_verify.py
Just making sure the removals outlined for this ticket either don't affect those, or can wait until sign-off.