Solint
- class Solint(inputs)[source]
Bases:
StandardTaskTemplateClass for the solint pipeline task. Used on VLA measurement sets.
The class inherits from basetask.StandardTaskTemplate
Methods Summary
analyse(results)Determine the best parameters by analysing the given jobs before returning any final jobs to execute.
prepare()Bulk of task execution occurs here.
Methods Documentation
- analyse(results)[source]
Determine the best parameters by analysing the given jobs before returning any final jobs to execute.
Override method of basetask.StandardTaskTemplate.analyze()
- Parameters:
class (results (list of) -- ~pipeline.infrastructure.jobrequest.JobRequest): the job requests generated by
prepare()- Returns:
~pipeline.api.Result
- Return type:
class