Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: fgcmcal
-
Labels:None
-
Story Points:4
-
Epic Link:
-
Sprint:DRP S21a (Dec Jan)
-
Team:Data Release Production
-
Urgent?:No
Description
Currently the fgcmFitCycleTask only runs one fit cycle at a time. This is useful for the best performance, including checks after every cycle. However, for repeat processing of datasets it is also desirable to run multiple fit cycles at once (which will also allow this to be more easily combined with other pipeline tasks).
Looks great, and I'm glad I got the chance/excuse to go through these changes - a lot of nifty tricks in there (using `vars` to set a bunch of class attributes for example!)