- 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_UtilityProcedures.ipf
r1242 r1249 622 622 Variable a2_to_GV,sam_to_GV,sdd,l2 623 623 sdd = VC_getSDD(detStr) //sample pos to detector 624 sdd += VCALC_getTopBottomSDDSetback(detStr) //returns zero for L/R 624 625 ControlInfo/W=VCALC VCALCCtrl_1d 625 626 a2_to_GV = V_Value … … 661 662 Variable a2_to_GV,sam_to_GV,sdd 662 663 sdd = VC_getSDD(detStr) //sample pos to detector 664 sdd += VCALC_getTopBottomSDDSetback(detStr) //returns zero for L/R 663 665 ControlInfo/W=VCALC VCALCCtrl_1d 664 666 a2_to_GV = V_Value … … 736 738 sdd = V_Value 737 739 738 sdd += VCALC_getTopBottomSDDSetback(detStr) 740 // MAR 2020 -- don't add in the setback, ask for it when needed 741 // sdd += VCALC_getTopBottomSDDSetback(detStr) 739 742 740 743 // VCALCCtrl_1e is Sample Pos to Gate Valve (cm) … … 791 794 break 792 795 default: 793 Print "no case matched in VC_get SDD()"796 Print "no case matched in VC_getGateValveToDetDistance()" 794 797 endswitch 795 798
Note: See TracChangeset
for help on using the changeset viewer.