casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Functions
task_uvsub Namespace Reference

Functions

def uvsub

Function Documentation

def task_uvsub.uvsub (   vis = None,
  reverse = False 
)
Subtract model from the corrected visibility data

uvsub(vis='ngc5921.ms', reverse=false)

This function subtracts model visibility data from corrected visibility
data leaving the residuals in the corrected data column.  If the
parameter 'reverse' is set true, the process is reversed.

Keyword arguments:
vis -- Name of input visibility file (MS)
        default: none; example: vis='ngc5921.ms'
reverse -- Reverse the operation (add rather than subtract)
        default: false; example: reverse=true

uvsub(vis='ngc5921.ms', reverse=false)

Definition at line 9 of file task_uvsub.py.