PlanetPlots: Difference between revisions

From CASA Guides
Jump to navigationJump to search
Line 30: Line 30:
==Examples==
==Examples==
<source lang="python">
<source lang="python">
CASA <3>: au.planetPlots(date='2012-11-20')
CASA <3>: au.planetPlots(date='2013-01-01')
</source>
</source>
[http://casaguides.nrao.edu/images/9/9a/2012-11-20.pdf complete PDF]
[http://casaguides.nrao.edu/images/9/9a/2013-01-01.pdf complete PDF]
<BR><BR>
<BR><BR>
Single page extracted for Neptune:
Single page extracted for Neptune:
[[File:Neptune.2012-11-20.labeled.png|800px|thumb|left|generated by casa-4.0.0]]
[[File:Neptune.2013-01-01.labeled.png|800px|thumb|left|generated by casa-4.0.0]]

Revision as of 10:15, 10 October 2012

Return to Analysis Utilities

This page documents the planetPlots function of Python module analysisUtils.

By calling predictcomp, this function will create uv amplitude vs. uvdistance visibility plots for a specified date for the specified objects, frequencies and ALMA configurations. The output is a multipage collection of a grid of plots, one page per object, where rows are configurations and columns are frequencies.

Usage

au.planetPlots(objects='Venus,Ceres,Vesta,Pallas,Juno,Jupiter,Callisto,Europa,Ganymede,Io,Titan,Uranus,Neptune', 
               date='2013-01-01', freqs = [100,230,345,690], standard = 'Butler-JPL-Horizons 2012', 
               alma_cycle=1, configs=None, showbl0flux=True, keepcl=False, keeppngs=False)

objects: comma-delimited string of planetary bodies 
date: observing date, all plots are a 1-second snapshot at transit 
freqs: a list of frequencies, in GHz
standard: the model in casa to use
alma_cycle: 0 or 1 (will automatically fill in the configs offered)
configs: alternative to alma_cycle, specify a list of configurations, such as: ['alma_cycle1_1.cfg','alma_cycle1_2.cfg']
showbl0flux: True/False, list the zero-baseline flux density in the legend
keepcl: True/False, keep or remove the component lists generated by predictcomp
keeppngs: True/False, keep or remove the individual pngs (leaving only the PDFs)

See setjy for a list of bodies.

Examples

CASA <3>: au.planetPlots(date='2013-01-01')

complete PDF

Single page extracted for Neptune:

generated by casa-4.0.0