casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Private Attributes | Static Private Attributes
plotweather_pg.plotweather_pg_ Class Reference

List of all members.

Public Member Functions

def __init__
def __call__

Private Attributes

 __bases__
 __doc__

Static Private Attributes

string __name__

Detailed Description

Definition at line 18 of file plotweather_pg.py.


Constructor & Destructor Documentation

Definition at line 21 of file plotweather_pg.py.


Member Function Documentation

def plotweather_pg.plotweather_pg_.__call__ (   self,
  vis = None,
  seasonal_weight = None,
  doPlot = None,
  plotName = None,
  async = None 
)
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 26 of file plotweather_pg.py.

References vla_uvfits_line_sf.verify.


Member Data Documentation

Definition at line 22 of file plotweather_pg.py.

Definition at line 23 of file plotweather_pg.py.

string plotweather_pg.plotweather_pg_.__name__ [static, private]

Definition at line 19 of file plotweather_pg.py.


The documentation for this class was generated from the following file: