Changeset 247 for sans/SANSReduction/trunk/Put in User Procedures/SANS_Reduction_v5.00/NCNR_Utils.ipf
- Timestamp:
- Jan 23, 2008 12:42:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/SANSReduction/trunk/Put in User Procedures/SANS_Reduction_v5.00/NCNR_Utils.ipf
r206 r247 24 24 Variable/G root:myGlobals:gNPixelsY=128 25 25 26 // as of Jan2008, detector pixel sizes are read directly from the file header, so they MUST 27 // be set correctly in instr.cfg 26 28 Variable/G root:myGlobals:PixelResNG3_ILL = 1.0 //pixel resolution in cm 27 29 Variable/G root:myGlobals:PixelResNG5_ILL = 1.0 … … 160 162 // detStr is passed as TextRead[9] 161 163 // 162 Function DetectorPixelResolution(fileStr,detStr) 164 // *** as of Jan 2008, depricated. Now detector pixel sizes are read from the file header 165 // rw[10] = x size (mm); rw[13] = y size (mm) 166 // 167 Function xDetectorPixelResolution(fileStr,detStr) 163 168 String fileStr,detStr 164 169
Note: See TracChangeset
for help on using the changeset viewer.