Functions | |
def | conjugatevis |
def task_conjugatevis.conjugatevis | ( | vis, | |
spwlist = [] , |
|||
outputvis = "" , |
|||
overwrite = False |
|||
) |
: Change the sign of the phases in all visibility columns Keyword arguments: vis -- Name of input visibility file default: none; example='3C273XC1.ms' spwlist -- Select spectral window default: [] all spws will be conjugated; example: spw=[1,2] outputvis -- name of output visibility file default: 'conjugated_'+vis; example= 'conjugated.ms' overwrite -- Overwrite the outputvis if it exists default=False; example: overwrite=True
Definition at line 4 of file task_conjugatevis.py.