Checkflag

class Checkflag(inputs)[source]

Bases: StandardTaskTemplate

Methods Summary

analyse(results)

Analyze the result from the task preparing operation.

do_rfi_flag([fieldselect, scanselect, ...])

Do RFI flagging using multiple passes of rflag/tfcrop/extend.

do_vla_targetflag([fieldselect, scanselect, ...])

"Perform a simple second 'rflag' pass.

prepare()

Prepare job requests for execution.

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

do_rfi_flag(fieldselect='', scanselect='', intentselect='', spwselect='')[source]

Do RFI flagging using multiple passes of rflag/tfcrop/extend.

do_vla_targetflag(fieldselect='', scanselect='', intentselect='', spwselect='')[source]

"Perform a simple second 'rflag' pass.

This method is equivalent to hifv_targetflag(intents='TARGET'), which is phasing out. See PIPE-1342.

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