Closedown
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
Processing and plotting scan data
|
||||
"""
|
||||
|
||||
inp.write(0.0)
|
||||
scan1= lscan(inp,(sin,out,arr),0,40,20,0.1,"Scan 1")
|
||||
scan2= lscan(inp,(sin,out,arr),0,40,20,0.1,"Scan 2")
|
||||
result=[]
|
||||
for i in range(20):
|
||||
result.append(scan1[i].values[0]+scan2[i].values[0])
|
||||
plot(result)
|
||||
print result
|
||||
Reference in New Issue
Block a user