<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="fixvis" type="function">
<shortdescription>Recalculates (u, v, w) and/or changes Phase Center </shortdescription>
Recalculates (u, v, w) and/or changes Phase Center.
If the phase center is changed, the corresponding modifications
are applied to the visibility columns given by the parameter
"datacolumn" which is by default set to "all" (DATA, CORRECTED,
<param mustexist="true" kind="ms" name="vis" type="path">
<shortdescription>Name of input visibility file</shortdescription>
<description>Name of input visibility file
Example: vis='ngc5921.ms'
<example>vis='ngc5921.ms'</example>
<param kind="ms" name="outputvis" type="string">
<shortdescription>Name of output visibility file</shortdescription>
<description>Name of output visibility file
Default: '' (same as vis)
Example: outputvis='ngc5921_out.ms'
<example>vis='ngc5921fixedvis.ms'</example>
<param name="field" direction="in" type="any">
<shortdescription>Select field using field id(s) or field name(s)</shortdescription>
<description>Select field using field id(s) or field name(s)
Use 'go listobs' to obtain the list id's or
names. If field string is a non-negative integer,
it is assumed a field index, otherwise, it is
field='0~2'; field ids 0,1,2
field='0,4,5~7'; field ids 0,4,5,6,7
field='3C286,3C295'; field named 3C286 and
field = '3,4C*'; field id 3, all names
<value>""</value>
<param name="refcode" type="string">
<shortdescription>reference frame to convert UVW coordinates to</shortdescription>
<description>Reference frame to convert UVW coordinates to
Default: '' (refcode of PHASE_DIR in the FIELD
<param name="reuse" type="bool">
<shortdescription>base UVW calculation on the old values?</shortdescription>
<description>Base UVW calculation on the old values?
Note: ignored if parameter 'phasecenter' is set
<param name="phasecenter" type="string">
<shortdescription>use this direction as phase center</shortdescription>
<description>If set to a valid direction: change the phase center for
the given field to this value
If given without the equinox, e.g. '0h01m00s
+00d12m00s', the parameter is interpreted as a
pair of offsets in RA and DEC to the present
Example: phasecenter='J2000 9h25m00s
Note: The RA offset can be given in units of time
or angle. If given as a time (i.e. as a single
number with a time unit as in, e.g., 12s or in
the XXhXXmXXs or XX:XX:XX.XXX formats), it is
applied as is. If given as an angle (e.g.,
0.01deg), it is divided by the cos(DEC) before it
<param name="distances" type="any">
<shortdescription>(experimental) List of the distances (as quanta) of the fields selected by field.</shortdescription>
<description>(experimental) List of the distances (as quanta) of the
fields selected by field.
Default: [] (the distances of all fields are
If not a list but just a single value is given,
this is applied to all fields.
distances=['2E6km', '3E6km']
<value>""</value>
<param name="datacolumn" type="string">
<shortdescription>when applying a phase center shift, modify visibilities only in this/these column(s)</shortdescription>
<description>when applying a phase center shift, modify visibilities
only in this/these column(s)
Default: 'all' (DATA, CORRECTED, and MODEL)
Example: datacolumn='DATA,CORRECTED' (will not
For more information, see the task pages of fixvis in CASA Docs:
https://casa.nrao.edu/casadocs/
<returns>void</returns></task>