last helpfiles
This commit is contained in:
parent
83c869cc6f
commit
852dd86663
10
JFShelp.py
10
JFShelp.py
@ -144,6 +144,16 @@ def jfshelpme(win,helpfor):
|
||||
elif (helpfor == 6):
|
||||
#text.image_create(tk.END,image=photoImg3)
|
||||
text.insert(tk.END,"\nMath on Kinetics\n",'h1')
|
||||
text.insert(tk.END,"\nRaw - Absorbanz\n\n",'h2')
|
||||
text.insert(tk.END,"- Raw: is the raw output of the instrument\n- Raw + Baseline: is raw plus the darkline und the baseline of the lighsource\n")
|
||||
text.insert(tk.END,"- Transmission: is the relation of the intensity of the light absorpt by the sample and the intensity of the lightsource.\n")
|
||||
text.insert(tk.END,"- Absorbanz: is the relation of the log(I of lightsource/I of transmitted)\n-- For more information please look for Beer-Lambert law\n")
|
||||
text.insert(tk.END,"\nSlicing\n\n",'h2')
|
||||
text.insert(tk.END,"If you move the mouse in the left diagram, the coordinats will be displayed in the bottom of the diagram < x=.. and y=.. > x means the point of the nmscale.\n")
|
||||
text.insert(tk.END,"Clicking with the left mousebutton will select a slice through the curves at the x-value. This slice is displayed in the upper left window. This function works only if the [3 D Print] is not toggled.\n")
|
||||
text.insert(tk.END,"To check the kinetic order the log(absorbance) is displayed in the lower left window. This can be toggled with the [ln[A] 1/[A]]-button to display 1/[A]\n")
|
||||
text.insert(tk.END,"\nSelection\n\n",'h2')
|
||||
text.insert(tk.END,"It is possible to display only parts of the messurements by selecting with the mouse. All other functions should work.\n")
|
||||
elif (helpfor == 7):
|
||||
text.image_create(tk.END,image=photoImg2)
|
||||
text.insert(tk.END," Methods\n",'h1')
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
nm_left = 320.0
|
||||
nm_right = 811.0
|
||||
nm_step = 0.13279
|
||||
baseline_limit = 50
|
||||
baseline_limit = 100
|
||||
|
||||
[methods]
|
||||
crystal = 1,576,mymol,0.0,5,15|1,3.0,0.23294505746566566,80,100000|2,6.0,0.5003896696237482,80,100000|3,9.0,0.6314310052189019,80,100000|4,12.0,0.7934140103632163,80,100000|5,15.0,1.1044743475181251,80,100000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user