casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Functions
plotweather Namespace Reference

Functions

def plotweather

Function Documentation

def plotweather.plotweather (   vis = '',
  seasonal_weight = 0.5,
  doPlot = True,
  plotName = '' 
)
Plot elements of the weather table; estimate opacity.
Generates opacity estimates from both the weather data and a seasonal model; intended for VLA use only. 
By default the returned opacity is the mean of these predictions, but this can be adjusted with seasonal_weight.

These methods and models are described in detail in EVLA Memo 143, VLA Test Memo 232, VLA Scientific Memo 176, and references therein.

Saves the plot to the following default file:  MS name + .plotweather.png
Custom plot filenames must end in one of: .png, .pdf, .ps, .eps or .svg

If run as a function, will return the mean zenith opacity per spectral window

Written by Josh Marvil, revised 02/06/12
Please direct questions/comments/bug reports to: jmarvil@aoc.nrao.edu


example:
myTau = plotweather(vis='myMS.ms',seasonal_weight=0.5, doPlot=True)

Definition at line 13 of file plotweather.py.