- Timestamp:
- Jul 5, 2018 12:09:24 PM (5 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_DetectorCorrections.ipf
r1109 r1110 1390 1390 Function V_ShiftBackDetImage(w,adjW) 1391 1391 Wave w,adjW 1392 1393 // this is necessary for some old data with the 150x150 back (dummy) panel 1394 NVAR gIgnoreDetB = root:Packages:NIST:VSANS:Globals:gIgnoreDetB 1395 if(gIgnoreDetB == 1) 1396 adjW=w 1397 return(0) 1398 endif 1392 1399 1393 1400 adjW=0 -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_Marquee_Operations.ipf
r1109 r1110 61 61 62 62 count = V_SumCountsInBox(x1,x2,y1,y2,ct_err,gCurDispType,detStr) 63 64 Print "counts = ",count 63 64 65 Print "total counts = ",count 65 66 Print "err/counts = ",ct_err/count 66 67 print "average counts per pixel = ",count/(x2-x1)/(y2-y1) 67 68 endif 68 69 End … … 266 267 End 267 268 268 Proc pV_SumCountsInBox_Cmd(x1,x2,y1,y2,type,detStr) : GraphMarquee269 Proc pV_SumCountsInBox_Cmd(x1,x2,y1,y2,type,detStr) 269 270 Variable x1=280,x2=430,y1=350,y2=1020 270 271 String type="RAW",detStr="B" -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_MaskUtils.ipf
r1105 r1110 910 910 NewDataFolder/O/S root:Packages:NIST:VSANS:MSK:entry:instrument:detector_B 911 911 Make/O/I/N=(680,1656) data = 0 912 data[][0, 5] = 1913 data[][1 650,1655] = 1914 data[0, 5][] = 1915 data[6 75,679][] = 1912 data[][0,38] = 1 913 data[][1548,1655] = 1 914 data[0,10][] = 1 915 data[669,679][] = 1 916 916 NewDataFolder/O/S root:Packages:NIST:VSANS:MSK:entry:instrument:detector_MR 917 917 Make/O/I/N=(48,128) data = 0
Note: See TracChangeset
for help on using the changeset viewer.