X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=conf%2Fautopeak.ini;h=ffc42f1023c3de7514cf7f1afc780e4a9bd0f482;hb=a97af5f68d851047807e1fc5bfaf5935a5c6e67d;hp=3f6cf98a6198d3d6972fbc2dd4f93fc6c4f13c6a;hpb=ee0cc702f9257cf5fdfb89fea2ebf70fbde3e54a;p=hooke.git diff --git a/conf/autopeak.ini b/conf/autopeak.ini index 3f6cf98..ffc42f1 100644 --- a/conf/autopeak.ini +++ b/conf/autopeak.ini @@ -1,91 +1,133 @@ -[autopeak] - [[auto_fit_nm]] - default = 5 - minimum = 0 - type = float - value = 5 - - [[auto_fit_points]] - default = 50 - minimum = 0 - type = integer - value = 50 - - [[auto_left_baseline]] - default = 20 - minimum = 0 - type = float - value = 20 - - [[auto_max_p]] - default = 10 - minimum = 0 - type = float - value = 10 - - [[auto_min_p]] - default = 0.005 - minimum = 0 - type = float - value = 0.005 - - [[auto_right_baseline]] - default = 20 - minimum = 0 - type = float - value = 20 - - [[auto_slope_span]] - default = 20 - minimum = 0 - type = integer - value = 20 - - [[baseline_clicks]] - default = 0 - maximum = 20 - minimum = 0 - type = integer - value = 0 - - [[noauto]] - default = False - type = boolean - value = False - - [[noflatten]] - default = False - type = boolean - value = False - - [[pl]] - default = 5 - minimum = 0 - type = float - value = 5 - - [[rebase]] - default = True - type = boolean - value = False - - [[reclick]] - default = False - type = boolean - value = False - - [[temperature]] - default = 293 - minimum = 0 - type = float - value = 293 - - [[usepl]] - default = False - type = boolean - value = False - - [[usepoints]] - default = False - type = boolean - value = False +[autopeak] + [[auto_fit_nm]] + default = 5 + minimum = 0 + type = float + value = 5 + + [[auto_fit_points]] + default = 50 + minimum = 0 + type = integer + value = 50 + + [[auto_left_baseline]] + default = 20 + minimum = 0 + type = float + value = 20 + + [[auto_max_p]] + default = 10 + minimum = 0 + type = float + value = 10 + + [[auto_min_p]] + default = 0.005 + minimum = 0 + type = float + value = 0.005 + + [[auto_right_baseline]] + default = 20 + minimum = 0 + type = float + value = 20 + + [[auto_slope_span]] + default = 20 + minimum = 0 + type = integer + value = 20 + + [[baseline_clicks]] + default = automatic + elements = contact point, automatic, 1 point, 2 points + type = enum + value = automatic + + [[color]] + default = black + type = color + value = "(0,0,0)" + + [[delta_force]] + default = 10 + minimum = 0 + type = integer + value = 10 + + [[fit_function]] + default = wlc + elements = wlc, fjc, fjcPEG + type = enum + value = wlc + + [[noauto]] + default = False + type = boolean + value = False + + [[noflatten]] + default = False + type = boolean + value = False + + [[persistence_length]] + default = 0.35 + minimum = 0 + type = float + value = 0.35 + + [[plot_linewidth]] + default = 1 + maximum = 10000 + minimum = 1 + type = integer + value = 1 + + [[plot_size]] + default = 20 + maximum = 10000 + minimum = 1 + type = integer + value = 20 + + [[plot_style]] + default = scatter + elements = plot, scatter + type = enum + value = scatter + + [[rebase]] + default = False + type = boolean + value = False + + [[reclick]] + default = False + type = boolean + value = False + + [[temperature]] + default = 293 + minimum = 0 + type = float + value = 293 + + [[usepl]] + default = False + type = boolean + value = False + + [[usepoints]] + default = False + type = boolean + value = False + + [[whatset]] + default = retraction + elements = extension, retraction + type = enum + value = retraction