File: gds.demeter_conf

package info (click to toggle)
libdemeter-perl 0.9.27%2Bds6-9
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 74,028 kB
  • sloc: perl: 73,233; python: 2,196; makefile: 1,999; ansic: 1,368; lisp: 454; sh: 74
file content (124 lines) | stat: -rw-r--r-- 3,871 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
## -*- config -*-
###########################################################################
## This configuration file is for Demeter version 0.9.21.
##
##                     Demeter is copyright (c) 2007-2016 Bruce Ravel
##                                   http://bruceravel.github.io/home
##
##                   Ifeffit is copyright (c) 1992-2016 Matt Newville
##                                https://github.com/newville/ifeffit
##
##	  The latest version of Demeter can always be found at
##               http://bruceravel.github.io/demeter/
##
## -------------------------------------------------------------------
##     All rights reserved. This program is free software; you can
##     redistribute it and/or modify it provided that the above notice
##     of copyright, these terms of use, and the disclaimer of
##     warranty below appear in the source code and documentation, and
##     that none of the names of Argonne National Laboratory, The
##     University of Chicago, University of Washington, or the authors
##     appear in advertising or endorsement of works derived from this
##     software without specific prior written permission from all
##     parties.
##
##     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
##     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
##     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
##     NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
##     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
##     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
##     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
##     OTHER DEALINGS IN THIS SOFTWARE.
## -------------------------------------------------------------------
###########################################################################


## This file contains the bkg configuration group for Demeter


######################################################################
section=gds
section_description
  These parameters determine how GDS parameters are displayed in a GUI


variable=display_precision
type=positive integer
default=5
minvalue=3
maxvalue=12
description
  The precision of the display of best fit or evaluated values.

variable=guess_color
type=color
default=#a300a3
description
  The color of the text for a guess parameter.  The default is a
  purple shade.

variable=def_color
type=color
default=#008b00
description
  The color of the text for a def parameter.  The default is a
  green shade.

variable=set_color
type=color
default=#000000
description
  The color of the text for a set parameter.  The default is black.

variable=lguess_color
type=color
default=#3E1C8F
description
  The color of the text for an lguess parameter.  The default is
  a dark purple.

variable=skip_color
type=color
default=#b2b2b2
description
  The color of the text for a skip parameter.  The default is a
  grey tone.

variable=restrain_color
type=color
default=#cd9b1d
description
  The color of the text for a restraint.  The default is an
  orange shade.

variable=after_color
type=color
default=#4a708b
description
  The color of the text for an after parameter.  The default is a
  blue shade.

variable=penalty_color
type=color
default=#8b5a2b
description
  The color of the text for a penalty parameter.  The default is a
  brownish shade.

variable=merge_color
type=color
default=#ee0000
description
  The color of the background for an unresolved merged parameter.  The
  default is bright red.  The text will be white, so choose this color
  wisely to keep the text legible.

variable=highlight_color
type=color
default=#fffacd
description
  The color of the background for a highlighted parameter.  This
  should probably be a fairly light color so that the various text
  colors are easily legible.  The default is a pale yellow.