Add test/get_curve.py
[hooke.git] / conf / hooke.conf
index c1d8d7bd50f70e8e1446022417e5ab49c39d2d4b..3741a2b20b297ad3dd9f355181bf7406ac42beb1 100644 (file)
-<?xml version="1.0" ?>\r
-<!-- To comment something, put dashes and ! like here -->\r
-<config>\r
-\r
-\r
-<!--\r
-This section defines the Hooke installation.  confpath is hardcoded,\r
-since it's to find the config file(s) before your read them.\r
-    -->\r
-<install>\r
-    <docpath>\r
-        ./doc/\r
-    </docpath>\r
-</install>\r
-\r
-<!-- Internal variables. -->\r
-<display\r
-    ext="1"\r
-    colour_ext="None"\r
-    ret="1"\r
-    colour_ret="None"\r
-    correct="1"\r
-    colour_correct="None"\r
-    contact_point="0"\r
-    medfilt="0"\r
-    xaxes="0"\r
-    yaxes="0"\r
-    flatten="1"\r
-    fit_function="wlc"\r
-    temperature="301"\r
-    auto_fit_points="50"\r
-    auto_slope_span="20"\r
-    auto_delta_force="10"\r
-    auto_fit_nm="5"\r
-    auto_min_p="0.005"\r
-    auto_max_p="10"\r
-    baseline_clicks="0"\r
-    auto_left_baseline="20"\r
-    auto_right_baseline="20"\r
-    force_multiplier="1"\r
-    fc_showphase="0"\r
-    fc_showimposed="0"\r
-    fc_interesting="0"\r
-    tccd_threshold="0"\r
-    tccd_coincident="0"/>\r
-\r
-<!--\r
-The following section defines the default playlist to load at startup.\r
-    -->\r
-<defaultlist>\r
-    ./hooke/test/test.hkp\r
-</defaultlist>\r
-\r
-<!--\r
-This section defines which plugins have to be loaded by Hooke.\r
-     -->\r
-<plugins>\r
-    <fit/>\r
-    <procplots/>\r
-    <flatfilts/>\r
-    <generalclamp/>\r
-    <!-- dummyguiplug/ -->\r
-    <!-- superimpose/ -->\r
-    <generalvclamp/>\r
-    <massanalysis/>\r
-    <viewer/>\r
-    <!-- tutorial/ -->\r
-    <macro/>\r
-    <autopeak/>\r
-    <pcluster/>\r
-    <generaltccd/>\r
-    <multidistance/>\r
-</plugins>\r
-\r
-<!--\r
-This section defines which drivers have to be loaded by Hooke.\r
-    -->\r
-<drivers>\r
-    <picoforce/>\r
-    <!-- picoforcealt/ -->\r
-    <hemingclamp/>\r
-    <csvdriver/>\r
-    <!-- tutorialdriver/ -->\r
-    <jpk/>\r
-    <mfp1dexport/>\r
-    <mcs/>\r
-</drivers>\r
-\r
-<!--\r
-This section defines which plot manipulators have to be loaded by Hooke,\r
-and -IMPORTANTLY- their order.\r
-    -->\r
-<plotmanips>\r
-    <correct/>\r
-    <median/>\r
-    <!-- absvalue/ -->\r
-    <flatten/>\r
-    <multiplier/>\r
-    <clamp/>\r
-    <threshold/>\r
-    <coincident/>\r
-</plotmanips>\r
-\r
-</config>\r
+<?xml version="1.0" ?>
+<!-- To comment something, put dashes and ! like here -->
+<config>
+
+
+<!--
+This section defines the Hooke installation.  confpath is hardcoded,
+since it's to find the config file(s) before your read them.
+    -->
+<install>
+    <docpath>
+        ./doc/
+    </docpath>
+</install>
+
+<!-- Internal variables. -->
+<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"
+/>
+
+<!--
+The following section defines the default playlist to load at startup.
+    -->
+<defaultlist>
+    ./hooke/test/test.hkp
+</defaultlist>
+
+<!--
+This section defines which plugins have to be loaded by Hooke.
+     -->
+<plugins>
+    <fit/>
+    <curvetools/>
+    <procplots/>
+    <flatfilts/>
+    <generalclamp/>
+    <!-- dummyguiplug/ -->
+    <!-- superimpose/ -->
+    <generalvclamp/>
+    <massanalysis/>
+    <viewer/>
+    <!-- tutorial/ -->
+    <macro/>
+    <autopeak/>
+    <pcluster/>
+    <generaltccd/>
+    <multidistance/>
+    <jumpstat/>
+    <review/>
+    <multifit/>
+</plugins>
+
+<!--
+This section defines which drivers have to be loaded by Hooke.
+    -->
+<drivers>
+    <!--picoforce/-->
+    <picoforcealt/>
+    <hemingclamp/>
+    <csvdriver/>
+    <!-- tutorialdriver/ -->
+    <jpk/>
+    <mfp1dexport/>
+    <mcs/>
+    <!-- hdf5/ -->
+    <mfp3d/>
+</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/>
+    <centerzero/>
+</plotmanips>
+
+</config>