Ignore:
Timestamp:
May 6, 2008 9:12:06 AM (15 years ago)
Author:
srkline
Message:

bug fixes in FACILITY r/w

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Release/trunk/NCNR_User_Procedures/SANS/Reduction/FACILITY_DataReadWrite.ipf

    r338 r352  
    111111 
    112112        //total counting time in seconds 
    113         intw[3] = getCountTime(fname) 
     113        intw[2] = getCountTime(fname) 
    114114         
    115115         
     
    136136        //(11,12 and 13,14 are set to values for a linear response, as from a new Ordela detector) 
    137137        realw[10] = getDetectorPixelXSize(fname) 
    138         realw[11] = 1000 
     138        realw[11] = 10000 
    139139        realw[12] = 0 
    140140        realw[13] = getDetectorPixelYSize(fname) 
    141         realw[14] = 1000 
     141        realw[14] = 10000 
    142142        realw[15] = 0 
    143143         
Note: See TracChangeset for help on using the changeset viewer.