56e042f398fa5d11ad72248f8764d42ce96cf3be
[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     <viewer/>
27     <!-- tutorial/ -->
28     <macro/>
29 </plugins>
30
31 <!--
32 This section defines which drivers have to be loaded by Hooke.
33     -->
34 <drivers>
35     <picoforcealt/>
36     <!-- hemingclamp/ -->
37     <csvdriver/>
38     <!-- tutorialdriver/ -->
39     <jpk/>
40 </drivers>
41
42 <!--
43 This section defines which plot manipulators have to be loaded by Hooke,
44 and (importantly) their order.
45     -->
46 <plotmanips>
47     <correct/>
48     <median/>
49     <!-- absvalue/ -->
50     <flatten/>
51     <clamp/>
52 </plotmanips>
53
54 </config>
55