- Timestamp:
- May 6, 2008 9:12:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Release/trunk/NCNR_User_Procedures/SANS/Reduction/FACILITY_DataReadWrite.ipf
r338 r352 111 111 112 112 //total counting time in seconds 113 intw[ 3] = getCountTime(fname)113 intw[2] = getCountTime(fname) 114 114 115 115 … … 136 136 //(11,12 and 13,14 are set to values for a linear response, as from a new Ordela detector) 137 137 realw[10] = getDetectorPixelXSize(fname) 138 realw[11] = 1000 138 realw[11] = 10000 139 139 realw[12] = 0 140 140 realw[13] = getDetectorPixelYSize(fname) 141 realw[14] = 1000 141 realw[14] = 10000 142 142 realw[15] = 0 143 143
Note: See TracChangeset
for help on using the changeset viewer.