Added modular directory structure.
[hooke.git] / conf / hooke.conf
1 <?xml version="1.0" ?>\r
2 <!-- To comment something, put dashes and ! like here -->\r
3 <config>\r
4 \r
5 \r
6 <!--\r
7 This section defines the Hooke installation.  confpath is hardcoded,\r
8 since it's to find the config file(s) before your read them.\r
9     -->\r
10 <install>\r
11     <docpath>\r
12         ./doc/\r
13     </docpath>\r
14 </install>\r
15 \r
16 <!-- Internal variables. -->\r
17 <display\r
18     ext="1"\r
19     colour_ext="None"\r
20     ret="1"\r
21     colour_ret="None"\r
22     correct="1"\r
23     colour_correct="None"\r
24     contact_point="0"\r
25     medfilt="0"\r
26     xaxes="0"\r
27     yaxes="0"\r
28     flatten="1"\r
29     fit_function="wlc"\r
30     temperature="301"\r
31     auto_fit_points="50"\r
32     auto_slope_span="20"\r
33     auto_delta_force="10"\r
34     auto_fit_nm="5"\r
35     auto_min_p="0.005"\r
36     auto_max_p="10"\r
37     baseline_clicks="0"\r
38     auto_left_baseline="20"\r
39     auto_right_baseline="20"\r
40     force_multiplier="1"\r
41     fc_showphase="0"\r
42     fc_showimposed="0"\r
43     fc_interesting="0"\r
44     tccd_threshold="0"\r
45     tccd_coincident="0"/>\r
46 \r
47 <!--\r
48 The following section defines the default playlist to load at startup.\r
49     -->\r
50 <defaultlist>\r
51     ./hooke/test/test.hkp\r
52 </defaultlist>\r
53 \r
54 <!--\r
55 This section defines which plugins have to be loaded by Hooke.\r
56      -->\r
57 <plugins>\r
58     <fit/>\r
59     <procplots/>\r
60     <flatfilts/>\r
61     <generalclamp/>\r
62     <!-- dummyguiplug/ -->\r
63     <!-- superimpose/ -->\r
64     <generalvclamp/>\r
65     <massanalysis/>\r
66     <viewer/>\r
67     <!-- tutorial/ -->\r
68     <macro/>\r
69     <autopeak/>\r
70     <pcluster/>\r
71     <generaltccd/>\r
72     <multidistance/>\r
73 </plugins>\r
74 \r
75 <!--\r
76 This section defines which drivers have to be loaded by Hooke.\r
77     -->\r
78 <drivers>\r
79     <picoforce/>\r
80     <!-- picoforcealt/ -->\r
81     <hemingclamp/>\r
82     <csvdriver/>\r
83     <!-- tutorialdriver/ -->\r
84     <jpk/>\r
85     <mfp1dexport/>\r
86     <mcs/>\r
87 </drivers>\r
88 \r
89 <!--\r
90 This section defines which plot manipulators have to be loaded by Hooke,\r
91 and -IMPORTANTLY- their order.\r
92     -->\r
93 <plotmanips>\r
94     <correct/>\r
95     <median/>\r
96     <!-- absvalue/ -->\r
97     <flatten/>\r
98     <multiplier/>\r
99     <clamp/>\r
100     <threshold/>\r
101     <coincident/>\r
102 </plotmanips>\r
103 \r
104 </config>\r