(autopeak.py, etc.) added noflatten option to autopeak, plus small stuff here and...
[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" auto_min_p="0.005" auto_max_p="10" baseline_clicks="0" auto_left_baseline="20" auto_right_baseline="20" fc_showphase="0" fc_showimposed="0" fc_interesting="0" tccd_threshold="0" tccd_coincident="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     <pcluster/>
38     <generaltccd/>
39 </plugins>
40
41 <!--
42 This section defines which drivers have to be loaded by Hooke.
43     -->
44 <drivers>
45     <picoforce/>
46     <!-- picoforcealt/ -->
47     <hemingclamp/>
48     <csvdriver/>
49     <!-- tutorialdriver/ -->
50     <jpk/>
51     <mfp1dexport/>
52     <mcs/>
53 </drivers>
54
55 <!--
56 This section defines which plot manipulators have to be loaded by Hooke,
57 and -IMPORTANTLY- their order.
58     -->
59 <plotmanips>
60     <correct/>
61     <median/>
62     <!-- absvalue/ -->
63     <flatten/>
64     <clamp/>
65     <threshold/>
66     <coincident/>
67 </plotmanips>
68
69 </config>
70