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