PlotPWV: Difference between revisions
From CASA Guides
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
extract the PWV values from each ALMA antenna's WVR and create a plot vs. time. | extract the PWV values from each ALMA antenna's WVR and create a plot vs. time. | ||
If you do not have the ASDM_CALWVR table, but you do have the ASDM, you can | If you do not have the ASDM_CALWVR table, but you do have the ASDM, you can | ||
instead use [https://safe.nrao.edu/wiki/bin/view/ALMA/PlotPWVfromASDM | instead use [https://safe.nrao.edu/wiki/bin/view/ALMA/PlotPWVfromASDM plotPWVFromASDM] | ||
==Examples== | ==Examples== |
Revision as of 13:58, 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. If you do not have the ASDM_CALWVR table, but you do have the ASDM, you can instead use plotPWVFromASDM
Examples
# In CASA
au.plotPWV(ms='', figfile='', help=True)
au.plotPWV('Band7multi_april22.ms', figfile='Band7multi_april22.ms.png')