- Timestamp:
- Mar 28, 2019 1:46:45 PM (4 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures/Reduction
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/USANS/BT5_Loader.ipf
r1137 r1138 10 10 // with the DetCts wave as a wave note 11 11 // 12 13 // as of Feb 6 2019, USANS is using NICE for data collection rather than ICP 14 // as a consequence, the data file is somewhat different. Specifically, the 15 // order of the detectors in the comma-delimited list is different, with the 16 // 5 main detectors all listed in order, rather than separated. 17 // --- I can either flag on the date, or set a global to switch 18 // I also do not know if there will be any other changes in the data file format 19 20 // as of March 2019, data collected from NICE is collected in a single file, in terms of q-values 21 // not A2 angle. An additional consequence is that each data point can be collected for a different 22 // length of time. This is now read in per line and stored in a wave - and is used for the dead time 23 // correction and the normalization to monitor count. 24 12 25 // - thes wave note is a string of KEY:value items 13 26 // … … 102 115 103 116 USANS_DetectorDeadtime(filedt,MainDeadTime,TransDeadTime) 104 105 // Print "Overriding Transmission DeadTime, set to 1e-9 s"106 // TransDeadTime = 1e-9107 // MainDeadTime = 1e-9108 109 117 110 118 //skip line 2 -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_Initialize.ipf
r1135 r1138 22 22 //************************ 23 23 24 Constant kVSANSVersion = 7. 8924 Constant kVSANSVersion = 7.90 25 25 26 26 // TODO -- need to set up a separate file of "constants" or "globals" where the actual numbers are
Note: See TracChangeset
for help on using the changeset viewer.