Changeset 84 for sans/SASCalc
- Timestamp:
- Apr 11, 2007 2:35:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/SASCalc/trunk/SASCALC.ipf
r58 r84 9 9 // - colorized frozen traces so that they aren't all red (unfrozen is black) 10 10 // 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 11 12 // 12 13 // calculate what q-values you get based on the instruments settings … … 19 20 // - add in instrument conditions for lens/(lens+prism) configurations 20 21 // - 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 // 23 23 // 24 24 // Optional: … … 937 937 Variable lambdaWidth = reals[27] 938 938 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 940 942 // hard wire value for Ordela detectors 941 DDet = 0.5 // resol tion in cm943 DDet = 0.5 // resolution in cm 942 944 // String detStr=textRead[9] 943 945 // DDet = DetectorPixelResolution(fileStr,detStr) //needs detector type and beamline
Note: See TracChangeset
for help on using the changeset viewer.