Added README and reorganized directory structure (breaks code)
[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 <!-- Internal variabls. -->\r
5     <display ext="1" colour_ext="None" ret="1" colour_ret="None" correct="1" colour_correct="None" contact_point="0" medfilt="0" xaxes="0" yaxes="0" flatten="1" fit_function="wlc" temperature="301" auto_fit_points="50" auto_slope_span="20" auto_delta_force="10" auto_fit_nm="5" auto_min_p="0.005" auto_max_p="10" baseline_clicks="0" auto_left_baseline="20" auto_right_baseline="20" force_multiplier="1" fc_showphase="0" fc_showimposed="0" fc_interesting="0" tccd_threshold="0" tccd_coincident="0"/>\r
6 \r
7 <!-- \r
8 The following section defines your own work directory. Substitute your work directory.\r
9      -->\r
10 <workdir>\r
11     insert directory\r
12 </workdir>\r
13 \r
14 <!--\r
15 The following section defines the default playlist to load at startup.\r
16 -->\r
17 <defaultlist>\r
18     test.hkp\r
19 </defaultlist>\r
20 \r
21 <!--\r
22 This section defines which plugins have to be loaded by Hooke.\r
23     -->\r
24 <plugins>\r
25     <fit/>\r
26     <procplots/>\r
27     <flatfilts/>\r
28     <generalclamp/>\r
29     <!-- dummyguiplug/ -->\r
30     <!-- superimpose/ -->\r
31     <generalvclamp/>\r
32     <massanalysis/>\r
33     <viewer/>\r
34     <!-- tutorial/ -->\r
35     <macro/>\r
36     <autopeak/>\r
37     <pcluster/>\r
38     <generaltccd/>\r
39     <multidistance/>\r
40 </plugins>\r
41 \r
42 <!--\r
43 This section defines which drivers have to be loaded by Hooke.\r
44     -->\r
45 <drivers>\r
46     <picoforce/>\r
47     <!-- picoforcealt/ -->\r
48     <hemingclamp/>\r
49     <csvdriver/>\r
50     <!-- tutorialdriver/ -->\r
51     <jpk/>\r
52     <mfp1dexport/>\r
53     <mcs/>\r
54 </drivers>\r
55 \r
56 <!--\r
57 This section defines which plot manipulators have to be loaded by Hooke,\r
58 and -IMPORTANTLY- their order.\r
59     -->\r
60 <plotmanips>\r
61     <correct/>\r
62     <median/>\r
63     <!-- absvalue/ -->\r
64     <flatten/>\r
65     <multiplier/>\r
66     <clamp/>\r
67     <threshold/>\r
68     <coincident/>\r
69 </plotmanips>\r
70 \r
71 </config>\r
72 \r