getApexWeather

Return to directory of Todd's CASA extensions

Retrieves weather for a whole day(s) from APEX archive. Units match the ALMA weather stations (C,hPa,m/s,radian)

Usage:

au.getApexWeather(startdate=None, enddate=None)

Example:

CASA <34>: weather = au.getApexWeather('2015-11-25')
CASA <35>: weather = au.getApexWeather('2015-11-25')
Reading existing file = APEX.2015-11-25_2015-11-26.dat, median pressure=555.210mb
CASA <36>: weather.keys()
  Out[36]:
['PWV',
 'mjdsec',
 'TEMPERATURE',
 'HUMIDITY',
 'PRESSURE',
 'WINDSPEED',
 'WINDDIRECTION']

-- ToddHunter - 2015-11-26
Topic revision: r1 - 2015-11-26, ToddHunter
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding NRAO Public Wiki? Send feedback