Added a small feature in the 'autopeak' command. If the variable 'baseline_clicks...
[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"/>
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 </plugins>
39
40 <!--
41 This section defines which drivers have to be loaded by Hooke.
42     -->
43 <drivers>
44     <picoforce/>
45     <!-- picoforcealt/ -->
46     <hemingclamp/>
47     <csvdriver/>
48     <!-- tutorialdriver/ -->
49     <jpk/>
50 </drivers>
51
52 <!--
53 This section defines which plot manipulators have to be loaded by Hooke,
54 and -IMPORTANTLY- their order.
55     -->
56 <plotmanips>
57     <correct/>
58     <median/>
59     <!-- absvalue/ -->
60     <flatten/>
61     <clamp/>
62 </plotmanips>
63
64 </config>
65