- Timestamp:
- Jul 21, 2017 1:37:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_EventModeProcessing.ipf
r1050 r1056 570 570 SetDataFolder root:Packages:NIST:VSANS:Event: 571 571 572 s_tic()572 v_tic() 573 573 if(WaveExists($"root:Packages:NIST:VSANS:Event:OscSortIndex") == 0 ) 574 574 Duplicate/O rescaledTime OscSortIndex … … 581 581 582 582 printf "sort time = " 583 s_toc()583 v_toc() 584 584 585 585 Wave index = root:Packages:NIST:VSANS:Event:SavedIndex //this is the histogram index 586 586 587 s_tic()587 v_tic() 588 588 for(ii=0;ii<nslices;ii+=1) 589 589 if(ii==0) … … 620 620 endfor 621 621 printf "histogram time = " 622 s_toc()622 v_toc() 623 623 624 624 Duplicate/O slicedData,root:Packages:NIST:VSANS:Event:dispsliceData,root:Packages:NIST:VSANS:Event:logSlicedData … … 986 986 Redimension/D xLoc,yLoc,timePt 987 987 988 // s_tic()988 //v_tic() 989 989 // V_SortAndSplitEvents() 990 990 // 991 991 //Printf "File sort and split time (s) = " 992 // s_toc()992 //v_toc() 993 993 994 994 // … … 1233 1233 Open/R refnum as filepathstr 1234 1234 1235 s_tic()1235 v_tic() 1236 1236 1237 1237 FBinRead refnum, gVSANSStr … … 1262 1262 1263 1263 Printf "Time to read file (s) = " 1264 s_toc()1264 v_toc() 1265 1265 1266 1266 … … 1274 1274 1275 1275 1276 s_tic()1276 v_tic() 1277 1277 WAVE V_Events = V_Events 1278 1278 uint64 val,b1,b2,btime … … 1309 1309 1310 1310 Printf "File decode time (s) = " 1311 s_toc()1311 v_toc() 1312 1312 1313 1313 // KillWaves/Z timePt,xLoc,yLoc … … 1419 1419 // NVAR removeBadEvents = root:Packages:NIST:VSANS:Event:gRemoveBadEvents 1420 1420 // 1421 // s_tic()1421 //v_tic() 1422 1422 // 1423 1423 //// Wave/Z wave0=wave0 … … 1500 1500 // dispStr += tmpStr 1501 1501 // 1502 // s_toc()1502 // v_toc() 1503 1503 // 1504 1504 // Print "Events removed (XOP) = ",numRemoved
Note: See TracChangeset
for help on using the changeset viewer.