Applycals

class Applycals(inputs)[source]

Bases: SerialIFApplycal

Attributes Summary

antenna_to_apply

Methods Summary

analyse(results)

Analyze the result from the task preparing operation.

applycal_run()

match_fields_scans()

prepare()

Prepare job requests for execution.

Attributes Documentation

antenna_to_apply = '*&*'

Methods Documentation

analyse(results)[source]

Analyze the result from the task preparing operation.

This method analyzes the result object returned by the Pipeline task.prepare method and returns it with optional modifications.

Parameters:

result -- the task result object generated by prepare()

Return type:

Result

applycal_run()[source]
match_fields_scans()[source]
prepare()[source]

Prepare job requests for execution.

Parameters:

parameters -- the parameters to pass through to the subclass. Refer to the implementing subclass for specific information on what these parameters are.

Return type:

a class implementing Result