Description
This function plots a calibration table either to a plotter or
to a file.
The argument plottype can take the following values
for all types of solutions:
- AMP
- Gain Amplitude vs. Time
- 1/AMP
- Inverse Gain Amplitude vs. Time (useful for
comparing with classic AIPS)
- PHASE
- Gain Phase vs. Time
- RI
- Gain Real vs. Imaginary
- RLPHASE
- Right/Left Gain phase difference (if polarizations are R,L)
- XYPHASE
- X/Y Gain phase difference (if polarizations are X,Y)
The argument plottype can take the following values
for D tables
- DAMP
- Cross-polarized Gain Amplitude vs. Time
- DPHASE
- Cross-polarized Gain Phase vs. Time
- DRI
- Cross-polarized Gain Real vs. Imaginary
The quality of the solutions can be examined with the following
plottype choices:
- FIT
- Fit per spectral window
- FITWGT
- Fit weight per spectral window
- TOTALFIT
- Total fit
By default, all antennas (as specified in the antennas argument) will
appear on the same plot. Separate plots (all with the same scale)
for each antenna can be activated by setting multiplot=T. The multiplot
argument only separates plots by antenna (not, e.g., by the field_id(s)
specified in the fields argument). If multiplot=T, the nx and ny
arguments can be used to specify the number of plots per page.
At the moment, only one polarization can be plotted per execution.
This restriction will be relaxed in the near future.
For B solutions, the plotting will loop over timestamps (if more than
one).
A hardcopy plot can be created by specifying the psfile
argument (which is especially useful for batch processing when a
display screen is not available). This will cause the plot to be
written to a PostScript file which can be subsequently sent to a
printer.