FlagDeterVLA

class FlagDeterVLA(inputs)[source]

Bases: FlagDeterBase

Methods Summary

prepare()

Prepare and execute a flagdata flagging job appropriate to the task inputs.

verify_spw(spw)

Verify that the given spw should be flagged, raising a ValueError if it should not.

Methods Documentation

prepare()[source]

Prepare and execute a flagdata flagging job appropriate to the task inputs.

This method generates, overwriting if necessary, an ASCII file containing flagdata flagging commands. A flagdata task is then executed, using this ASCII file as inputs.

verify_spw(spw)[source]

Verify that the given spw should be flagged, raising a ValueError if it should not.

Checks in this function should be generic. Observatory-dependent tests should be added by extending FlagDeterBase and overriding this method.