Really hideous merge of Rolf Schmidt's code.
[hooke.git] / conf / hooke.ini
1 #prefix with '#' to add a comment
2
3 #Internal variables
4 [display]
5 colour_ext = None
6 colour_ret = None
7 ext = 1
8 ret = 1
9 correct = 1
10 colour_correct = None
11 contact_point = 0
12 medfilt = 0
13 xaxes = 0
14 yaxes = 0
15 flatten = 1
16 temperature = 301
17 auto_fit_points = 50
18 auto_slope_span = 20
19 auto_delta_force = 10
20 auto_fit_nm = 5
21 auto_min_p = 0.005
22 auto_max_p = 10
23 baseline_clicks = 0
24 auto_left_baseline = 20
25 auto_right_baseline = 20
26 force_multiplier = 1
27 fc_showphase = 0
28 fc_showimposed = 0
29 fc_interesting = 0
30 tccd_threshold = 0
31 tccd_coincident = 0
32
33 [folders]
34 filterindex = 0
35 filters = Playlist files (*.hkp)|*.hkp|Text files (*.txt)|*.txt|All files (*.*)|*.*')
36
37 [general]
38 #substitute your work directory
39 #workdir = D:\hooke
40 workdir = R:\Programming\Python\Gui\
41 #the default playlist to load at startup
42 list = test.hkp
43 #the default perspective to load at startup
44 perspective = Default
45 #splashscreen
46 splash = 1
47 splashduration = 1000
48
49 #this section defines which plugins have to be loaded by Hooke
50 [plugins]
51 autopeak = True
52 dummyguiplug = False
53 fit = True
54 flatfilts = True
55 generalclamp = False
56 generaltccd = False
57 generalvclamp = True
58 macro = False
59 massanalysis = False
60 pcluster = False
61 procplots = True
62 showconvoluted = True
63 superimpose = False
64 tutorial = False
65 viewer = False
66 #autopeak = True
67 #dummyguiplug = False
68 #fit = True
69 #flatfilts = True
70 #generalclamp = True
71 #generaltccd = True
72 #generalvclamp = True
73 #macro = True
74 #massanalysis = True
75 #pcluster = True
76 #procplots = True
77 #superimpose = False
78 #tutorial = False
79 #viewer = True
80
81 #this section defines which drivers have to be loaded by Hooke
82 [drivers]
83 csvdriver = False
84 hemingclamp = False
85 jpk = False
86 mcs = False
87 mfp1dexport = True
88 picoforce = True
89 picoforcealt = False
90 tutorialdriver = False
91
92 ##this section defines which plot manipulators have to be loaded by Hooke,
93 ##and -IMPORTANTLY- their order.
94 [plotmanipulators]
95 absvalue = False
96 clamp = False
97 coincident = False
98 correct = True
99 flatten = False
100 median = False
101 multiplier = False
102 names = correct, median, absvalue, flatten, multiplier, clamp, threshold, coincident, showconvoluted
103 showconvoluted = False
104 threshold = False
105
106 #this section defines the window size and position
107 [main]
108 height = 797
109 left = 536
110 top = 20
111 width = 1092
112
113 [splashscreen]
114 #duration in milliseconds
115 duration = 1000
116 show = False
117
118 [perspectives]
119 active = Default
120
121 [folder]