Script execution

This commit is contained in:
gac-x11ma
2019-05-16 10:59:53 +02:00
parent e0c11bb16a
commit e95468b975

View File

@@ -37,9 +37,9 @@ def update_plot():
fdata.setSize(c)
idata.setSize(c)
edata.setSize(c)
teyr= data.read()
teyr= idata.read()
tfyr= fdata.read()
i0 = idata.read()
i0 = data.read()
x = edata.read()
#from operator import truediv
l = lambda x,y: (0.0 if (y==0.0) else x/y) #truediv