-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhooke.conf
executable file
·80 lines (73 loc) · 2.03 KB
/
hooke.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" ?>
<!-- To comment something, put dashes and ! like here -->
<config>
<!-- Internal variabls. -->
<display fit_function="wlc" 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="0" temperature="301" auto_fit_points="50" auto_slope_span="30" auto_delta_force="10" auto_fit_nm="5" auto_min_p="0.001" auto_max_p="20" 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"/>
<!--
The following section defines your own work directory. Substitute your work directory.
-->
<workdir>
/home/phdstudent/hooke_develop/
</workdir>
<!--
The following section defines the default playlist to load at startup.
-->
<defaultlist>
/home/phdstudent/hooke_develop/test.hkp
</defaultlist>
<!--
This section defines which plugins have to be loaded by Hooke.
-->
<plugins>
<fit/>
<procplots/>
<flatfilts/>
<generalclamp/>
<curvetools/>
<!-- dummyguiplug/ -->
<!-- superimpose/ -->
<generalvclamp/>
<massanalysis/>
<viewer/>
<!-- tutorial/ -->
<character/>
<cut/>
<macro/>
<autopeak/>
<manualpeak/>
<pcluster/>
<generaltccd/>
<multidistance/>
<jumpstat/>
<polysac/>
</plugins>
<!--
This section defines which drivers have to be loaded by Hooke.
-->
<drivers>
<picoforce/>
<!--picoforcealt/-->
<hemingclamp/>
<csvdriver/>
<!-- tutorialdriver/ -->
<jpk/>
<!--mfp1dexport/-->
<!--mcs/-->
<oscilldriver/>
<hiratedriver/>
</drivers>
<!--
This section defines which plot manipulators have to be loaded by Hooke,
and -IMPORTANTLY- their order.
-->
<plotmanips>
<correct/>
<median/>
<!-- absvalue/ -->
<flatten/>
<multiplier/>
<clamp/>
<threshold/>
<coincident/>
</plotmanips>
</config>