<casaxml xsi:schemaLocation="http://casa.nrao.edu/schema/casa.xsd file:///opt/casa/code/xmlcasa/xml/casa.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://casa.nrao.edu/schema/psetTypes.html">
<task category="manipulation" name="conjugatevis" type="function">
<shortdescription>Change the sign of the phases in all visibility columns.</shortdescription>
Change the sign of the phases in all visibility columns.
<param mustexist="true" name="vis" type="path">
<shortdescription>Name of input visibility file</shortdescription>
<description>Name of input visibility file
Example: vis='ngc5921.ms'
<param name="spwlist" type="any">
<shortdescription>Spectral window selection</shortdescription>
<description>Spectral window selection
Default:[] (all spws will be conjugated)
<value>""</value>
<param name="outputvis" type="string">
<shortdescription>Name of output visibility file</shortdescription>
<description>Name of output visibility file
Default: 'conjugated\_'+vis
Example: outputvis='conjugated.ms'
<param name="overwrite" type="bool">
<shortdescription>Overwrite the outputvis if it exists?</shortdescription>
<description>Overwrite the outputvis if it exists?
For more information, see the task pages of conjugatevis in CASA Docs:
https://casa.nrao.edu/casadocs/
<returns>void</returns></task>