nm in points
This commit is contained in:
parent
1e7a0f3d85
commit
71b6e24aeb
13
JFSphoto.py
13
JFSphoto.py
@ -567,8 +567,14 @@ class Jfsphoto (object):
|
|||||||
def do_methods(self,panel):
|
def do_methods(self,panel):
|
||||||
|
|
||||||
def cb(event):
|
def cb(event):
|
||||||
print(tree.selection())
|
x = tree.selection()[0].split(' ')
|
||||||
# #panel.bcollect.invoke()
|
nm = tree.item(x[0])["values"][1]
|
||||||
|
## nm -> point
|
||||||
|
p = (nm - self.nm_left)*(1/self.nm_step)
|
||||||
|
print(f'nm {nm} point {p}')
|
||||||
|
|
||||||
|
#panel.bcollect.invoke()
|
||||||
|
#self.df['m1']=config.rxData16
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -595,6 +601,9 @@ class Jfsphoto (object):
|
|||||||
tree.heading("interval",text='intervall',anchor=tk.W)
|
tree.heading("interval",text='intervall',anchor=tk.W)
|
||||||
tree.heading("last",text='last conc',anchor=tk.W)
|
tree.heading("last",text='last conc',anchor=tk.W)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
einheiten = ['Mol','mmol','mymol']
|
einheiten = ['Mol','mmol','mymol']
|
||||||
|
|
||||||
e1 = tk.StringVar()
|
e1 = tk.StringVar()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user