Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
Hi Garrett: In this: > ## the following does not work > for i in range(0,len(wes)): > print wes[i].getValue() If the problem is you get an "Attribute error: getValue", then this should help: What is returned by wes[i] is a RealTuple. Since you want the first component (number zero) of this, you need to use: wes[i][0].getValue() to get the floating point value. Hope that helps. tom -- Tom Whittaker (tomw@xxxxxxxxxxxxx) University of Wisconsin-Madison Space Science and Engineering Center Phone/VoiceMail: 608/262-2759 Fax: 608/262-5974
visad
archives: