Script execution

This commit is contained in:
2020-04-27 09:59:52 +02:00
parent 109278f4d6
commit 8e590aee2d

View File

@@ -5,8 +5,7 @@ Processing and plotting scan data
inp.write(0.0)
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")
from operator import add
result = map(add, scan1.getReadable(0), scan2.getReadable(0))