- Timestamp:
- Jul 12, 2017 2:44:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_Transmission.ipf
r1050 r1051 118 118 // TODO 119 119 // x- fill in the XY box 120 // -- Detector Panel field is hard-wired for "B"120 // x- Detector Panel field is hard-wired for "B" 121 121 // 122 122 WAVE/T intentW = root:Packages:NIST:VSANS:CatVSHeaderInfo:Intent … … 129 129 PopupMenu popup_2,mode=WhichListItem(fileNameW[ii], list )+1 130 130 131 SetVariable setvar_6,value =_STR:" B"131 SetVariable setvar_6,value =_STR:"ML" 132 132 133 133 WAVE boxCoord = V_getBoxCoordinates(filenameW[ii]) … … 256 256 WAVE xyBoxW = V_getBoxCoordinates(emptyFileName) 257 257 // TODO 258 // -- need to get the panel string for the sum. 259 // -- the detector string is currently hard-wired 260 detStr = "B" 258 // x- need to get the panel string for the sum. 259 // x- the detector string is currently hard-wired 260 ControlInfo setvar_6 261 detStr = S_Value //this was hard-wired to "B", but no read from the panel 261 262 262 263 // check for box count + error values
Note: See TracChangeset
for help on using the changeset viewer.