- Timestamp:
- Jul 17, 2015, 4:58:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/validation_sim.py
r602 r607 1358 1358 posprev = postf[uniqt[it-1]][1] 1359 1359 posit = list(tvalues[:,3]).index(uniqt[it]) 1360 postf[uniqt[it]] = [posprev+1, posit+1]1360 postf[uniqt[it]] = [posprev+1, np.min([posit+1,dt-1])] 1361 1361 elif kvals == 'tbackwardOmean': 1362 1362 print ' ' + fname + ':',kvals,'!!' … … 1571 1571 fsoSvalues[it,iy,ix] = np.mean(soSvalues[intv[0]:intv[1], \ 1572 1572 iy,ix]) 1573 print 'Lluis:',it,':',intv,'<>',soTtvalues.shape,fsoTtvalues.shape 1573 1574 fsoTtvalues[it,0] = soTtvalues[intv[0],0] 1574 1575 fsoTtvalues[it,1] = soTtvalues[intv[1],0]
Note: See TracChangeset
for help on using the changeset viewer.