Updated vclamp to use new ColumnAddingCommand.
[hooke.git] / conf / export.ini
1 [fits]
2     [[ext]]
3         default = txt
4         type = string
5         value = txt
6     
7     [[folder]]
8         default = ""
9         type = folder
10         value = 
11     
12     [[prefix]]
13         default = ""
14         type = string
15         value = 
16     
17     [[separator]]
18         default = ","
19         type = string
20         value = ","
21
22 [force_curve]
23     [[ext]]
24         default = txt
25         type = string
26         value = txt
27     
28     [[folder]]
29         default = ""
30         type = folder
31         value = 
32     
33     [[prefix]]
34         default = ""
35         type = string
36         value = 
37     
38     [[separator]]
39         default = ","
40         type = string
41         value = ","
42
43 [overlay]
44     [[prefix]]
45         default = overlay_
46         type = string
47         value = overlay_
48
49 [notes]
50     [[filename]]
51         default = notes
52         type = string
53         value = notes
54     
55     [[folder]]
56         default = ""
57         type = folder
58         value = 
59     
60     [[prefix]]
61         default = notes_
62         type = string
63         value = notes_
64     
65     [[use_playlist_filename]]
66         default = False
67         type = boolean
68         value = False
69
70 [results]
71     [[append]]
72         default = True
73         type = boolean
74         value = True
75     
76     [[filename]]
77         default = results.txt
78         type = filename
79         value = results.txt
80     
81     [[separator]]
82         default = ","
83         type = string
84         value = ","