Changeset 642
- Timestamp:
- Mar 17, 2010 10:09:36 AM (12 years ago)
- Location:
- sans/Dev/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/HFIR_Utils.ipf
r641 r642 25 25 // pixel dimensions are now read directly from the file header. 26 26 Variable/G root:myGlobals:PixelResDefault = 0.51 //pixel resolution in cm 27 28 Variable/G root:myGlobals:DeadtimeDefault = 3.4e-6 //deadtime in seconds????????????????????????????????????????????????????????????????????? 29 30 Variable/G root:myGlobals:apOff = 5.0 // (cm) distance from sample aperture to sample position??????????????????????????????????????????????????? 27 //No dead time measured for HFIR detector but the count rate is set very low. For now, set the detector perfect. 28 // This should be updated when the condition is changed. JHC 09/02/09 29 Variable/G root:myGlobals:DeadtimeDefault = 0 //3.4e-6 (NIST value) //deadtime in seconds 30 31 Variable/G root:myGlobals:apOff = 5.0 // (cm) distance from sample aperture to sample positio 31 32 32 33 End
Note: See TracChangeset
for help on using the changeset viewer.