WLC and FJC output are now with 2 decimal precision. Added a comment on autopeak...
[hooke.git] / hooke.conf
1 <?xml version="1.0" ?>\r
2 <!-- To comment something, put dashes and ! like here -->\r
3 <config>\r
4 <!-- Internal variabls. -->\r
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" fit_function="wlc" 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" force_multiplier="1" fc_showphase="0" fc_showimposed="0" fc_interesting="0" tccd_threshold="0" tccd_coincident="0" centerzero="1"/>\r
6 \r
7 <!-- \r
8 The following section defines your own work directory. Substitute your work directory.\r
9      -->\r
10 <workdir>\r
11     insert directory\r
12 </workdir>\r
13 \r
14 <!--\r
15 The following section defines the default playlist to load at startup.\r
16 -->\r
17 <defaultlist>\r
18     test.hkp\r
19 </defaultlist>\r
20 \r
21 <!--\r
22 This section defines which plugins have to be loaded by Hooke.\r
23     -->\r
24 <plugins>\r
25     <fit/>\r
26     <curvetools/>\r
27     <procplots/>\r
28     <flatfilts/>\r
29     <generalclamp/>\r
30     <!-- dummyguiplug/ -->\r
31     <!-- superimpose/ -->\r
32     <generalvclamp/>\r
33     <massanalysis/>\r
34     <viewer/>\r
35     <!-- tutorial/ -->\r
36     <macro/>\r
37     <autopeak/>\r
38     <pcluster/>\r
39     <generaltccd/>\r
40     <multidistance/>\r
41     <jumpstat/>\r
42     <review/>\r
43     <cut/>\r
44     <multifit/>         \r
45 </plugins>\r
46 \r
47 <!--\r
48 This section defines which drivers have to be loaded by Hooke.\r
49     -->\r
50 <drivers>\r
51     <!--picoforce/-->\r
52     <picoforcealt/>\r
53     <hemingclamp/>\r
54     <csvdriver/>\r
55     <!-- tutorialdriver/ -->\r
56     <jpk/>\r
57     <mfp1dexport/>\r
58     <mcs/>\r
59     <!-- hdf5/ -->\r
60     <mfp3d/>                    \r
61 </drivers>\r
62 \r
63 <!--\r
64 This section defines which plot manipulators have to be loaded by Hooke,\r
65 and -IMPORTANTLY- their order.\r
66     -->\r
67 <plotmanips>\r
68     <correct/>\r
69     <median/>\r
70     <!-- absvalue/ -->\r
71     <flatten/>\r
72     <multiplier/>\r
73     <clamp/>\r
74     <threshold/>\r
75     <coincident/>\r
76     <centerzero/>\r
77 </plotmanips>\r
78 \r
79 </config>\r
80 \r