- Timestamp:
- 06/09/06 10:34:08 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/csml/API/ops_GridSeriesFeature.py
r1487 r1489 189 189 floatTimes=[] 190 190 for time in self.times: 191 time= ops_AbstractFeature.__getCDtime(time).torel(calunits)191 time=csml.API.ops_AbstractFeature.__getCDtime(time).torel(calunits) 192 192 floatTimes.append(time.value) 193 193 nc.addAxis('t',floatTimes,isTime=1,units=calunits,calendar=caltype)
Note: See TracChangeset
for help on using the changeset viewer.