Plotweather: Difference between revisions

From CASA Guides
Jump to navigationJump to search
Line 12: Line 12:
</source>
</source>


   * Plots pressure, temperature, relative humidity, wind speed and direction.
   * Plots the ambient pressure, temperature, relative humidity, wind speed and direction.
   * Station can be a single integer or integer string, or a list of two integers. The default empty list means to plot all data from up to 2 of the stations present in the data.   
   * Station can be a single integer or integer string, or a list of two integers. The default  
    empty list means to plot all data from up to 2 of the stations present in the data.   
   * The default plot file name will be 'vis'.weather.png.
   * The default plot file name will be 'vis'.weather.png.



Revision as of 16:07, 10 May 2012

Return to Analysis Utilities

This page documents the plotWeather function of Python module analysisUtils.

Compiles and plots the major weather parameters from the ALMA (or the EVLA) weather station(s) as recorded in the specified MS, for the duration of the MS. (Note: plotweather and plotWeather are synonyms.)

Usage

# In CASA
au.plotWeather(vis='',figfile='', station=[] help=True)
  * Plots the ambient pressure, temperature, relative humidity, wind speed and direction.
  * Station can be a single integer or integer string, or a list of two integers. The default 
    empty list means to plot all data from up to 2 of the stations present in the data.  
  * The default plot file name will be 'vis'.weather.png.

Examples

# In CASA
au.plotWeather('X3c1.ms')

X3c1.ms.weather2.png