(generalvclamp.py, hooke.conf) autopeak WLC fit interval - now also in nanometers
[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" auto_fit_nm="5" 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 <defaultlist>
15     test.hkp
16 </defaultlist>
17
18 <!--
19 This section defines which plugins have to be loaded by Hooke.
20     -->
21 <plugins>
22     <fit/>
23     <procplots/>
24     <flatfilts/>
25     <generalclamp/>
26     <!-- dummyguiplug/ -->
27     <!--superimpose/ -->
28     <generalvclamp/>
29     <massanalysis/>
30     <viewer/>
31     <!-- tutorial/ -->
32     <macro/>
33 </plugins>
34
35 <!--
36 This section defines which drivers have to be loaded by Hooke.
37     -->
38 <drivers>
39     <!-- picoforce/ -->
40     <picoforcealt/>
41     <!-- hemingclamp/ -->
42     <csvdriver/>
43     <!-- tutorialdriver/ -->
44     <jpk/>
45 </drivers>
46
47 <!--
48 This section defines which plot manipulators have to be loaded by Hooke,
49 and (importantly) their order.
50     -->
51 <plotmanips>
52     <correct/>
53     <median/>
54     <!-- absvalue/ -->
55     <flatten/>
56     <clamp/>
57 </plotmanips>
58
59 </config>
60