Merged with trunk
[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     centerzero="1"\r
47 />\r
48 \r
49 <!--\r
50 The following section defines the default playlist to load at startup.\r
51     -->\r
52 <defaultlist>\r
53     ./hooke/test/test.hkp\r
54 </defaultlist>\r
55 \r
56 <!--\r
57 This section defines which plugins have to be loaded by Hooke.\r
58      -->\r
59 <plugins>\r
60     <fit/>\r
61     <curvetools/>\r
62     <procplots/>\r
63     <flatfilts/>\r
64     <generalclamp/>\r
65     <!-- dummyguiplug/ -->\r
66     <!-- superimpose/ -->\r
67     <generalvclamp/>\r
68     <massanalysis/>\r
69     <viewer/>\r
70     <!-- tutorial/ -->\r
71     <macro/>\r
72     <autopeak/>\r
73     <pcluster/>\r
74     <generaltccd/>\r
75     <multidistance/>\r
76     <jumpstat/>\r
77     <review/>\r
78     <multifit/>\r
79 </plugins>\r
80 \r
81 <!--\r
82 This section defines which drivers have to be loaded by Hooke.\r
83     -->\r
84 <drivers>\r
85     <!--picoforce/-->\r
86     <picoforcealt/>\r
87     <hemingclamp/>\r
88     <csvdriver/>\r
89     <!-- tutorialdriver/ -->\r
90     <jpk/>\r
91     <mfp1dexport/>\r
92     <mcs/>\r
93     <!-- hdf5/ -->\r
94     <mfp3d/>\r
95 </drivers>\r
96 \r
97 <!--\r
98 This section defines which plot manipulators have to be loaded by Hooke,\r
99 and -IMPORTANTLY- their order.\r
100     -->\r
101 <plotmanips>\r
102     <correct/>\r
103     <median/>\r
104     <!-- absvalue/ -->\r
105     <flatten/>\r
106     <multiplier/>\r
107     <clamp/>\r
108     <threshold/>\r
109     <coincident/>
110     <centerzero/>\r
111 </plotmanips>\r
112 \r
113 </config>\r