test:tutorial: add 0x05120005 to doctest
[hooke.git] / conf / hooke.ini
1 #prefix with '#' to add a comment
2
3 [command]
4 command = autopeak
5 plugin = autopeak
6
7 #this section defines which drivers have to be loaded by Hooke
8 [drivers]
9 csvdriver = False
10 hemingclamp = False
11 jpk = False
12 mcs = False
13 mfp1d = True
14 mfp3d = True
15 mfp1dexport = True
16 picoforce = True
17 picoforcealt = False
18 tutorialdriver = False
19
20 [folders]
21 filterindex = 0
22 filters = Playlist files (*.hkp)|*.hkp|Text files (*.txt)|*.txt|All files (*.*)|*.*')
23
24 #this section defines the window size and position
25 [main]
26 height = 500
27 left = 20
28 top = 20
29 width = 600
30
31 [perspectives]
32 active = Default
33 default = Default
34
35 #this section defines which plugins have to be loaded by Hooke
36 [plugins]
37 autopeak = True
38 export = True
39 fit = True
40 flatfilts = True
41 generalvclamp = True
42 multidistance = True
43 playlist = True
44 plot = True
45 procplots = True
46 results = True
47
48 [splashscreen]
49 #duration in milliseconds
50 duration = 1000
51 show = True