Public Member Functions | |
def | __init__ |
def | __call__ |
Private Attributes | |
__bases__ | |
__doc__ | |
Static Private Attributes | |
string | __name__ |
Definition at line 18 of file plotweather_pg.py.
def plotweather_pg.plotweather_pg_.__init__ | ( | self | ) |
Definition at line 21 of file plotweather_pg.py.
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.
plotweather_pg.plotweather_pg_.__bases__ [private] |
Definition at line 22 of file plotweather_pg.py.
plotweather_pg.plotweather_pg_.__doc__ [private] |
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.