casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Private Attributes | Static Private Attributes
uvsub_pg.uvsub_pg_ Class Reference

List of all members.

Public Member Functions

def __init__
def __call__

Private Attributes

 __bases__
 __doc__

Static Private Attributes

string __name__

Detailed Description

Definition at line 18 of file uvsub_pg.py.


Constructor & Destructor Documentation

Definition at line 21 of file uvsub_pg.py.


Member Function Documentation

def uvsub_pg.uvsub_pg_.__call__ (   self,
  vis = None,
  reverse = None,
  async = None 
)
Subtract/add model from/to the corrected visibility data.
Help for uvsub task

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.
Please note the model visibility used is the one that has been saved in the MODEL_DATA of the MS and the 
CORRECTED_DATA column is the one that is modified. If no CORRECTED_DATA column exists in the MS, one will be created and 
a copy of the DATA column is saved in it  before the uvsub operation selected is performed. uvsub does not modify the DATA column.

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 26 of file uvsub_pg.py.

References vla_uvfits_line_sf.verify.


Member Data Documentation

Definition at line 22 of file uvsub_pg.py.

Definition at line 23 of file uvsub_pg.py.

string uvsub_pg.uvsub_pg_.__name__ [static, private]

Definition at line 19 of file uvsub_pg.py.


The documentation for this class was generated from the following file: