Finalcals

class Finalcals(inputs)[source]

Bases: StandardTaskTemplate

Class for the finalcals 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

prepare()[source]

Bulk of task execution occurs here.

Parameters:

None

Returns:

FinalcalsResults()