(generalvclamp.py) fixed stupid fencepost error that crashed autopeak
[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="301" auto_fit_points="50" auto_slope_span="20" auto_delta_force="10" auto_fit_nm="5" baseline_clicks="0" auto_left_baseline="20" auto_right_baseline="20" 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 The following section defines the default playlist to load at startup.
16 -->
17 <defaultlist>
18     test.hkp
19 </defaultlist>
20
21 <!--
22 This section defines which plugins have to be loaded by Hooke.
23     -->
24 <plugins>
25     <fit/>
26     <procplots/>
27     <flatfilts/>
28     <generalclamp/>
29     <!-- dummyguiplug/ -->
30     <!-- superimpose/ -->
31     <generalvclamp/>
32     <massanalysis/>
33     <viewer/>
34     <!-- tutorial/ -->
35     <macro/>
36 </plugins>
37
38 <!--
39 This section defines which drivers have to be loaded by Hooke.
40     -->
41 <drivers>
42     <picoforce/>
43     <!-- picoforcealt/ -->
44     <!-- hemingclamp/ -->
45     <csvdriver/>
46     <!-- tutorialdriver/ -->
47     <jpk/>
48 </drivers>
49
50 <!--
51 This section defines which plot manipulators have to be loaded by Hooke,
52 and -IMPORTANTLY- their order.
53     -->
54 <plotmanips>
55     <correct/>
56     <median/>
57     <!-- absvalue/ -->
58     <flatten/>
59     <clamp/>
60 </plotmanips>
61
62 </config>
63