- Timestamp:
- Mar 7, 2018 12:00:21 PM (5 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/VC_DetectorBinning_Utils.ipf
r1076 r1090 1419 1419 1420 1420 // S2 = sample aperture diameter [mm] 1421 // as of 3/2018, the "internal" sample aperture is not in use, only the external 1421 1422 S2 = V_getSampleAp2_size(folderStr)*10 // sample ap 1 or 2? 2 = the "external", but may not exist? 1422 1423 … … 1444 1445 Print lambda,lambdaWidth,DDet,apOff,S1,S2,L1,L2,BS,del_r,usingLenses 1445 1446 endif 1447 1448 1449 // TODO: 1450 // this is the point where I need to switch on the different collimation types (white beam, slit, Xtal, etc) 1451 // to calculate the correct resolution, or fill the waves with the correct "flags" 1452 // 1453 1454 // For white beam data, the wavelength distribution can't be represented as a gaussian, but all of the other 1455 // geometric corrections still apply. Passing zero for the lambdaWidth will return the grometry contribution, 1456 // as long as the wavelength can be handled separately. It appears to be correct to do as a double integral, 1457 // with the inner(lambda) calculated first, then the outer(geometry). 1458 // 1459 1446 1460 1447 1461 ii=0 -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/VSANS_Includes.ipf
r1078 r1090 115 115 #include "V_USANS_SlitSmearing_v40" 116 116 117 // for smearing of White beam data 118 // 119 #include "V_WhiteBeamSmear" 120 #include "V_WhiteBeamDistribution" 121 #include "V_DummyFunctions" 117 122 118 123 119 120
Note: See TracChangeset
for help on using the changeset viewer.