Changeset 1770
- Timestamp:
- 07/29/10 16:29:30 (14 years ago)
- Location:
- branches/alma
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma
- Property svn:mergeinfo changed
/branches/asap-3.x merged: 1753
- Property svn:mergeinfo changed
-
branches/alma/INSTALL
r1757 r1770 22 22 # 23 23 scons install 24 25 24 26 25 Obtaining the data directory -
branches/alma/python/opacity.py
r1757 r1770 45 45 elevation: observatory elevation about sea level (in meters) 46 46 """ 47 self._atm = atmosphere(temp, self._to_pascals(pressure), humidity) 47 self._atm = atmosphere(temperature, self._to_pascals(pressure), 48 humidity) 48 49 self.set_observatory_elevation(elevation) 49 50 … … 96 97 is given (default) the zenith opacity is returned. 97 98 """ 98 self._atm.set_observatory_elevation(el )99 self._atm.set_observatory_elevation(elevation) 99 100 100 101 … … 162 163 pnos = scan.getpolnos() 163 164 opacities = [] 164 om = opacitymodel(temperature, pressure, humidity)165 om = model(temperature, pressure, humidity) 165 166 for ino in inos: 166 167 sel.set_ifs(ino)
Note:
See TracChangeset
for help on using the changeset viewer.