Changeset 84 for sans/SASCalc


Ignore:
Timestamp:
Apr 11, 2007 2:35:18 PM (16 years ago)
Author:
srkline
Message:

Added default sample aperture to sample offset of 5.0 cm to match the VAX implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/SASCalc/trunk/SASCALC.ipf

    r58 r84  
    99//                                        - colorized frozen traces so that they aren't all red (unfrozen is black) 
    1010// 19 MAR 2007 SRK - corrections added for projected BS diameter at anode plane 
     11// 11 APR 2007 SRK - default aperture offset of 5 cm added to match VAX implementation 
    1112// 
    1213// calculate what q-values you get based on the instruments settings 
     
    1920// - add in instrument conditions for lens/(lens+prism) configurations 
    2021// - proper resolution calculation for lens/prism 
    21 // - don't use the corners... misleading high Q limit (just max horiz?) - make a default mask 
    22  
     22// 
    2323// 
    2424// Optional: 
     
    937937        Variable lambdaWidth = reals[27] 
    938938 
    939         Variable DDet, apOff=0.0 
     939        Variable DDet, apOff 
     940        //typical value for NG3 and NG7 - distance between sample aperture and sample in (cm) 
     941        apOff=5.0 
    940942        // hard wire value for Ordela detectors 
    941         DDet = 0.5              // resoltion in cm 
     943        DDet = 0.5              // resolution in cm 
    942944        //      String detStr=textRead[9] 
    943945        //      DDet = DetectorPixelResolution(fileStr,detStr)          //needs detector type and beamline 
Note: See TracChangeset for help on using the changeset viewer.