Merged force clamp patches by Marco Brucale
[hooke.git] / hooke.conf
1 <?xml version="1.0" ?>
2 <!-- To comment something, put dashes and ! like here -->
3 <config>
4 <!-- Internal variabls. -->
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" temperature="293" auto_fit_points="50" auto_slope_span="20" auto_delta_force="10" fc_showphase="0" fc_showimposed="0" fc_interesting="0"/>
6
7 <!-- 
8 The following section defines your own work directory. Substitute your work directory.
9      -->
10 <workdir>
11     insert directory
12 </workdir>
13
14 <!--
15 This section defines which plugins have to be loaded by Hooke.
16     -->
17 <plugins>
18     <fit/>
19     <procplots/>
20     <flatfilts/>
21     <generalclamp/>
22     <!-- dummyguiplug/ -->
23     <!--superimpose/ -->
24     <generalvclamp/>
25     <massanalysis/>
26     <!-- tutorial/ -->
27     <macro/>
28 </plugins>
29
30 <!--
31 This section defines which drivers have to be loaded by Hooke.
32     -->
33 <drivers>
34     <picoforce/>
35     <hemingclamp/>
36     <csvdriver/>
37     <tutorialdriver/>
38 </drivers>
39
40 <!--
41 This section defines which plot manipulators have to be loaded by Hooke,
42 and (importantly) their order.
43     -->
44 <plotmanips>
45     <correct/>
46     <median/>
47     <!-- absvalue/ -->
48     <flatten/>
49     <clamp/>
50 </plotmanips>
51
52 </config>
53