PlotPWV: Difference between revisions
From CASA Guides
Jump to navigationJump to search
Created page with "'''Return to Analysis Utilities''' This page documents the '''plotPWV''' function of Python module analysisUtils. If the ASDM_CALWVR table is present..." |
|||
Line 15: | Line 15: | ||
plotPWV('Band7multi_april22.ms', figfile='Band7multi_april22.ms.png') | plotPWV('Band7multi_april22.ms', figfile='Band7multi_april22.ms.png') | ||
</pre></code> | </pre></code> | ||
[[File:Band7multi_april22.ms.pwv.png]] |
Revision as of 13:48, 29 March 2012
Return to Analysis Utilities
This page documents the plotPWV function of Python module analysisUtils.
If the ASDM_CALWVR table is present in your ms, this function will extract the PWV values from each ALMA antenna's WVR and create a plot vs. time.
Examples
# In CASA
au.plotPWV(ms='', figfile='', help=True)
plotPWV('Band7multi_april22.ms', figfile='Band7multi_april22.ms.png')