- Timestamp:
- Nov 14, 2008 12:03:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/ILL_Utils.ipf
r412 r448 27 27 // Variable/G root:myGlobals:PixelResDefault = 0.5 //pixel resolution in cm 28 28 29 Variable/G root:myGlobals:DeadtimeDefault = 0.9e-6//deadtime in seconds29 Variable/G root:myGlobals:DeadtimeDefault = (0.9e-6 )/128 //deadtime in seconds 30 30 31 31 Variable/G root:myGlobals:BeamstopYTol = 100 … … 173 173 174 174 // your code here 175 deadtime = 0.9e-6175 deadtime = (2e-6) 176 176 177 177 return(deadtime)
Note: See TracChangeset
for help on using the changeset viewer.