Public Member Functions | |
def | __init__ |
def | __call__ |
Private Attributes | |
__bases__ | |
__doc__ | |
Static Private Attributes | |
string | __name__ |
Definition at line 18 of file uvsub_pg.py.
def uvsub_pg.uvsub_pg_.__init__ | ( | self | ) |
Definition at line 21 of file uvsub_pg.py.
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.
uvsub_pg.uvsub_pg_.__bases__ [private] |
Definition at line 22 of file uvsub_pg.py.
uvsub_pg.uvsub_pg_.__doc__ [private] |
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.