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