- Timestamp:
- May 5, 2017 3:18:41 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_FileCatalog.ipf
r1034 r1037 238 238 // 239 239 Print "Total time (s) = ",(ticks - t1)/60.15 240 Print "Time per raw data file (without cleanup time) (s) = ",( (ticks - t1)/60.15 - cleanupTime)/(numItems-numpnts(notRawList)) 240 Print "Time per raw data file (without cleanup time) (s) = ",( (ticks - t1)/60.15 - cleanupTime)/(numItems-numpnts(labels)) 241 // (don't use numpnts(notRawList) to normalize, these aren't all raw data files) 241 242 // 242 243 // clean out again, so that the file SAVE is not slow due to the large experiment size
Note: See TracChangeset
for help on using the changeset viewer.