- Timestamp:
- Sep 18, 2015, 6:14:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r625 r635 23 23 # numVector_String: 24 24 # timeref_datetime: 25 # slice_variable: 25 # slice_variable: Function to return a slice of a given variable according to values to its 26 dimension 26 27 # interpolate_locs: 27 28 # datetimeStr_conversion: … … 249 250 varvalsdim.append(slice(0,varobj.shape[idd])) 250 251 dimnslice.append(vardims[idd]) 251 252 print 'Lluis dimslice:',dimslice 253 print 'Lluis: varvalsdim',varvalsdim 252 254 varvalues = varobj[tuple(varvalsdim)] 253 255
Note: See TracChangeset
for help on using the changeset viewer.