- Timestamp:
- Nov 28, 2017 9:39:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_Initialize.ipf
r1073 r1074 29 29 30 30 // for the change in July 2017 where the beam center is now defined in cm, rather than pixels. 31 // this need n ever change from 131 // this need not ever change from 1 32 32 Constant kBCTR_CM = 1 //set to 1 to use beam center in cm. O to use pixels 33 33 34 34 // // TODO: -- replace this constant with V_getDet_panel_gap(fname,detStr) 35 Constant kPanelTouchingGap = 10 // TODO -- measure this gap when panels "touch", UNITS OF mm, not cm35 //Constant kPanelTouchingGap = 10 // TODO -- measure this gap when panels "touch", UNITS OF mm, not cm 36 36 37 37 … … 57 57 Strconstant ksBinType3 = "FLRTB;MLRTB;B;" 58 58 //Strconstant ksBinType4 = "FT;FB;FL;FR;MT;MB;ML;MR;B;" 59 Strconstant ksBinType4 = "FL;FR;ML;MR;B;" //in SLIT mode 59 Strconstant ksBinType4 = "FL;FR;ML;MR;B;" //in SLIT mode, disregard the T/B panels 60 60 Strconstant ksBinType5 = "FTB;FLR;MLRTB;B;" 61 61 Strconstant ksBinType6 = "FLRTB;MLR;B;"
Note: See TracChangeset
for help on using the changeset viewer.