Moved interesting old vclamp commands over into the curve plugin
[hooke.git] / conf / procplots.ini
index ab6d1a51b90832b65a48c93da3e10744bc56555b..eb9f3f245004d607328191992d382e2f7cb73dca 100644 (file)
@@ -1,12 +1,95 @@
-[procplots]\r
-    [[median]]\r
-        default = 0\r
-        maximum = 100\r
-        minimum = 0\r
-        type = integer\r
-        value = 0\r
-\r
-    [[correct]]\r
-        default = True\r
-        type = boolean\r
-        value = True
\ No newline at end of file
+[convplot]
+    [[column]]
+        default = 1
+        maximum = 20
+        minimum = 1
+        type = integer
+        value = 1
+    
+    [[convolution]]
+        default = "[6.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0]"
+        type = string
+        value = "[6.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0]"
+    
+    [[row]]
+        default = 2
+        maximum = 20
+        minimum = 1
+        type = integer
+        value = 2
+    
+    [[whatset]]
+        default = retraction
+        elements = extension, retraction, both
+        type = enum
+        value = retraction
+
+[derivplot]
+    [[column]]
+        default = 1
+        maximum = 20
+        minimum = 1
+        type = integer
+        value = 1
+    
+    [[row]]
+        default = 2
+        maximum = 20
+        minimum = 1
+        type = integer
+        value = 2
+    
+    [[select]]
+        default = False
+        type = boolean
+        value = False
+    
+    [[whatset]]
+        default = retraction
+        elements = extension, retraction, both
+        type = enum
+        value = retraction
+
+[fft]
+    [[column]]
+        default = 1
+        maximum = 20
+        minimum = 1
+        type = integer
+        value = 1
+    
+    [[row]]
+        default = 2
+        maximum = 20
+        minimum = 1
+        type = integer
+        value = 2
+    
+    [[select]]
+        default = False
+        type = boolean
+        value = False
+    
+    [[whatset]]
+        default = retraction
+        elements = extension, retraction, both
+        type = enum
+        value = retraction
+
+[procplots]
+    [[centerzero]]
+        default = True
+        type = boolean
+        value = True
+    
+    [[correct]]
+        default = True
+        type = boolean
+        value = True
+    
+    [[median]]
+        default = 0
+        maximum = 100
+        minimum = 0
+        type = integer
+        value = 0