- Timestamp:
- Apr 1, 2020 11:54:01 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/VC_DetectorBinning_Utils.ipf
r1242 r1249 39 39 // nominal sdd in cm, offset in cm, want result in cm ! 40 40 41 sdd = VC_getSDD(type) // setback is already included VCALC_getTopBottomSDDSetback(type) // result is sdd in [cm] 41 sdd = VC_getSDD(type) // setback is NOT included VCALC_getTopBottomSDDSetback(type) // result is sdd in [cm] 42 sdd += VCALC_getTopBottomSDDSetback(type) 42 43 43 44 pixSizeX = VCALC_getPixSizeX(type) // cm … … 802 803 // - each pixel QxQyQz has been calculated beforehand 803 804 // - if multiple panels are selected to be combined, it is done here during the binning 804 // - the setting of deltaQ step is still a little suspect (TODO) 805 // - the setting of deltaQ step is still a little suspect in that it can be the 806 // cause of "sawtooth" in the I(q) - if the step is too fine. There is now a preference 807 // set so that the deltaQ is by default 1.2 * the minumum q from the first tube. 805 808 // 806 809 //
Note: See TracChangeset
for help on using the changeset viewer.