Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:25
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
Make the PTC measurement task compatible with RFC-352, and move all the algorithmic code to a Task.run() method which returns to the Task.runDataRef() all the products to be saved. This would move all the dataRef.get() and dataRef.put() code to runDataRef(), letting run() operate only on python objects. The benefit of this is that gen3 conversion is then much easier (and can focus on gen3/middleware code instead of algorithmic code).
Comments are up in cp_pipe