Plotconfig

From CASA Guides
Revision as of 16:29, 16 December 2011 by Jcrossle (talk | contribs) (Created page with "'''Return to Analysis Utilities''' This page documents the '''plotconfig''' function of Python module analysisUtils. This function will make a plot o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Return to Analysis Utilities

This page documents the plotconfig function of Python module analysisUtils.

This function will make a plot of pad locations for any telescope configuration known to CASA. See also obslist.

Example

List the available telescopes and configurations.

# In CASA
au.plotconfig()
Telescope and configuration available to plot:
aca: i, ns, tp
alma: cycle0.compact, cycle0.extended, 1..28
carma: a, b, c, d, e
meerkat
pdbi: a, b, c, d
sma: subcompact, compact, compact.n, extended, vextended
vla: a, bna, b, cnb, c, dnc, d
WSRT

Plot the antenna pad locations for the ALMA Cycle 0 compact configuration.

# In CASA
au.plotconfig('alma','cycle0.compact',figfile=True)
Read 16 pads
Wrote file = ALMA.cycle0.compact.png

ImageHere.