Script execution
This commit is contained in:
@@ -5,8 +5,7 @@ Processing and plotting scan data
|
|||||||
inp.write(0.0)
|
inp.write(0.0)
|
||||||
scan1= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 1")
|
scan1= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 1")
|
||||||
scan2= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 2")
|
scan2= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 2")
|
||||||
|
|
||||||
|
|
||||||
from operator import add
|
from operator import add
|
||||||
result = map(add, scan1.getReadable(0), scan2.getReadable(0))
|
result = map(add, scan1.getReadable(0), scan2.getReadable(0))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user