autopeak now in autopeak.py and eliminated from generalvclamp.py
[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     <autopeak/>
37 </plugins>
38
39 <!--
40 This section defines which drivers have to be loaded by Hooke.
41     -->
42 <drivers>
43     <picoforce/>
44     <!-- picoforcealt/ -->
45     <!-- hemingclamp/ -->
46     <csvdriver/>
47     <!-- tutorialdriver/ -->
48     <jpk/>
49 </drivers>
50
51 <!--
52 This section defines which plot manipulators have to be loaded by Hooke,
53 and -IMPORTANTLY- their order.
54     -->
55 <plotmanips>
56     <correct/>
57     <median/>
58     <!-- absvalue/ -->
59     <flatten/>
60     <clamp/>
61 </plotmanips>
62
63 </config>
64