(hooke_cli.py) Updated note command to incrementally save notes -a lot of headaches...
[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     <!-- picoforce/ -->
36     <picoforcealt/>
37     <!-- hemingclamp/ -->
38     <csvdriver/>
39     <!-- tutorialdriver/ -->
40     <jpk/>
41 </drivers>
42
43 <!--
44 This section defines which plot manipulators have to be loaded by Hooke,
45 and (importantly) their order.
46     -->
47 <plotmanips>
48     <correct/>
49     <median/>
50     <!-- absvalue/ -->
51     <flatten/>
52     <clamp/>
53 </plotmanips>
54
55 </config>
56