Added first draft of jpk.py driver for JPK instruments -still not full,nor consistent.
[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     <jpk/>
39 </drivers>
40
41 <!--
42 This section defines which plot manipulators have to be loaded by Hooke,
43 and (importantly) their order.
44     -->
45 <plotmanips>
46     <correct/>
47     <median/>
48     <!-- absvalue/ -->
49     <flatten/>
50     <clamp/>
51 </plotmanips>
52
53 </config>
54