Don't assume you know which sJPK egments will be created.
[hooke.git] / conf / autopeak.ini
1 [autopeak]
2     [[auto_fit_nm]]
3         default = 5
4         minimum = 0
5         type = float
6         value = 5
7     
8     [[auto_fit_points]]
9         default = 50
10         minimum = 0
11         type = integer
12         value = 50
13     
14     [[auto_left_baseline]]
15         default = 20
16         minimum = 0
17         type = float
18         value = 20
19     
20     [[auto_max_p]]
21         default = 10
22         minimum = 0
23         type = float
24         value = 10
25     
26     [[auto_min_p]]
27         default = 0.005
28         minimum = 0
29         type = float
30         value = 0.005
31     
32     [[auto_right_baseline]]
33         default = 20
34         minimum = 0
35         type = float
36         value = 20
37     
38     [[auto_slope_span]]
39         default = 20
40         minimum = 0
41         type = integer
42         value = 20
43     
44     [[baseline_clicks]]
45         default = automatic
46         elements = contact point, automatic, 1 point, 2 points
47         type = enum
48         value = automatic
49     
50     [[color]]
51         default = black
52         type = color
53         value = "(0,0,0)"
54     
55     [[delta_force]]
56         default = 10
57         minimum = 0
58         type = integer
59         value = 10
60     
61     [[fit_function]]
62         default = wlc
63         elements = wlc, fjc, fjcPEG
64         type = enum
65         value = wlc
66     
67     [[noauto]]
68         default = False
69         type = boolean
70         value = False
71     
72     [[noflatten]]
73         default = False
74         type = boolean
75         value = False
76     
77     [[persistence_length]]
78         default = 0.35
79         minimum = 0
80         type = float
81         value = 0.35
82     
83     [[plot_linewidth]]
84         default = 1
85         maximum = 10000
86         minimum = 1
87         type = integer
88         value = 1
89     
90     [[plot_size]]
91         default = 20
92         maximum = 10000
93         minimum = 1
94         type = integer
95         value = 20
96     
97     [[plot_style]]
98         default = scatter
99         elements = plot, scatter
100         type = enum
101         value = scatter
102     
103     [[rebase]]
104         default = False
105         type = boolean
106         value = False
107     
108     [[reclick]]
109         default = False
110         type = boolean
111         value = False
112     
113     [[temperature]]
114         default = 293
115         minimum = 0
116         type = float
117         value = 293
118     
119     [[usepl]]
120         default = False
121         type = boolean
122         value = False
123     
124     [[usepoints]]
125         default = False
126         type = boolean
127         value = False
128     
129     [[whatset]]
130         default = retraction
131         elements = extension, retraction
132         type = enum
133         value = retraction