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 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511
|
## -*- config -*-
###########################################################################
## This configuration file is for Demeter version 0.9.21.
##
## Demeter is copyright (c) 2007-2015 Bruce Ravel
## http://bruceravel.github.io/home
##
## Ifeffit is copyright (c) 1992-2015 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=plot
section_description
These variables determine the features of plots made by Demeter.
Colors can be named colors from X11's rgb.txt file, any other named
colors that your system recognizes, or hexadecimal triplets
(i.e. "#0000FF" for blue and so on).
variable=plotwith
type=list
options=pgplot gnuplot
default=pgplot
windows=gnuplot
description
This tells Demeter UIs which plotting backend to use. This is
currently used by Athena, Artemis, and Hephaestus but is not
used by default in a common Demeter script.
.
Changing this parameter will immediately change the plotting backend
but the Plot menu will not be changed until you restart the program.
variable=showcopyright
type=boolean
onvalue=1
offvalue=0
default=false
restart=1
description
This tells whether a copyright statement will be drawn on the plot.
Currently this only works for the gnuplot backend. Set this to
false to suppress the copyright statement.
variable=charsize
type=real
default=1.2
description
This sets the size of the font used in the plots. Very large and
very small values will result in strange plots. Anything smaller
than 0.75 will result in nearly illegible text. Any thing smaller
than 0 will result in axes and axis labels not being drawn. Text
larger than 2 may be useful, but since fine control over the spacing
between tics is not provided by Athena, such large text tends to
result in tic labels that run together.
variable=imagetype
type=list
options=png gif
default=png
description
This sets the output image type when writing a plot directly to an
image file.
variable=charfont
type=positive integer
default=1
minint=0
maxint=4
description
This is an integer that indicates the type of font to use in the
plots. The font choices are
. 1 sans serif
. 2 roman
. 3 italic
. 4 script
variable=key_x
type=real
default=0.8
units=fraction of the plot width
description
This variable is for customizing the location of the legend in an
ifeffit plot. This parameter specifies the location of the legend
on the x-axis.
variable=key_y
type=real
default=0.9
units=fraction of the plot height
description
This variable is for customizing the location of the legend in an
ifeffit plot. This parameter specifies the top of the legend on the
y-axis.
variable=key_dy
type=real
default=0.075
units=fraction of the plot height
description
This variable is for customizing the location of the legend in an
ifeffit plot. This parameter specifies the offset in y between
entries in the legend.
variable=bg
type=color
default=white
description
The background color of the plot.
variable=fg
type=color
default=black
description
The color used to draw the text and the axes of the plot.
variable=showgrid
type=boolean
onvalue=1
offvalue=0
default=true
description
This tells whether a grid will be drawn on the plot.
variable=gridcolor
type=color
default=grey82
description
The color of the grid drawn on each plot. If you do not want a
grid to be drawn, unset the showgrid parameter or set gridcolor to
the bg color.
variable=col0
type=color
default=blue
description
The color of the first line drawn in a plot.
variable=col1
type=color
default=red
description
The color of the second line drawn in a plot.
variable=col2
type=color
default=green4
description
The color of the third line drawn in a plot.
variable=col3
type=color
default=darkviolet
description
The color of the fourth line drawn in a plot.
variable=col4
type=color
default=darkorange
description
The color of the fifth line drawn in a plot.
variable=col5
type=color
default=brown
description
The color of the sixth line drawn in a plot.
variable=col6
type=color
default=deeppink
description
The color of the seventh line drawn in a plot.
variable=col7
type=color
default=gold
description
The color of the eighth line drawn in a plot.
variable=col8
type=color
default=cyan3
description
The color of the ninth line drawn in a plot.
variable=col9
type=color
default=yellowgreen
description
The color of the tenth line drawn in a plot.
variable=datastyle
type=list
default=solid
options=solid dashed dotted dot-dash points linespoints
description
The line style used to plot data after a fit.
variable=fitstyle
type=list
default=solid
options=solid dashed dotted dot-dash points linespoints
description
The line style used to plot the fit after a fit.
variable=partstyle
type=list
default=solid
options=solid dashed dotted dot-dash points linespoints
description
The line style used to plot parts of a fit (i.e. the window, the
residual, or the background).
variable=pathstyle
type=list
default=solid
options=solid dashed dotted dot-dash points linespoints
description
The line style used to plot paths used in a fit.
variable=emin
type=real
default=-200
units=eV
restart=1
description
The startup value for the minimum value of an energy plot. This
number is relative to the E0 of the current group or of the first
group in a marked data set plot. This value will be overridden by
the plot options saved in a project file.
variable=emax
type=real
default=800
units=eV
restart=1
description
The startup value for the maximum value of an energy plot. This
number is relative to the E0 of the current group or of the first
group in a marked data set plot. This value will be overridden by
the plot options saved in a project file.
variable=kmin
type=real
default=0
units=inverse Angstroms
restart=1
description
The startup value for the minimum value of a k plot. This value
will be overridden by the plot options saved in a project file.
variable=kmax
type=real
default=15
units=inverse Angstroms
restart=1
description
The startup value for the maximum value of a k plot. This value
will be overridden by the plot options saved in a project file.
variable=rmin
type=real
default=0
units=Angstroms
restart=1
description
The startup value for the minimum value of an R plot. This value
will be overridden by the plot options saved in a project file.
variable=rmax
type=real
default=6
units=Angstroms
restart=1
description
The startup value for the maximum value of an R plot. This value
will be overridden by the plot options saved in a project file.
variable=qmin
type=real
default=0
units=inverse Angstroms
restart=1
description
The startup value for the minimum value of a back-transformed k plot.
This value will be overridden by the plot options saved in a
project file.
variable=qmax
type=real
default=15
units=inverse Angstroms
restart=1
description
The startup value for the maximum value of a back-transformed k plot.
This value will be overridden by the plot options saved in a
project file.
variable=e_mu
type=boolean
onvalue=1
default=true
restart=1
description
This sets the plotting mode at startup for single data set plots in
energy. If true, the data is plotted by default. This value will
be overridden by the plot options saved in a project file.
variable=e_bkg
type=boolean
onvalue=1
default=true
restart=1
description
This sets the plotting mode at startup for single data set plots in
energy. If true, the background spline is plotted by default. This
value will be overridden by the plot options saved in a project
file.
variable=e_pre
type=boolean
onvalue=1
default=false
restart=1
description
This sets the plotting mode at startup for single data set plots in
energy. If true, the pre-edge line is plotted by default. This
value will be overridden by the plot options saved in a project
file.
variable=e_post
type=boolean
onvalue=1
default=false
restart=1
description
This sets the plotting mode at startup for single data set plots in
energy. If true, the normalization line is plotted by default.
This value will be overridden by the plot options saved in a
project file.
variable=e_norm
type=boolean
onvalue=1
default=false
restart=1
description
This sets the plotting mode at startup for single data set plots in
energy. If true, the normalized data and background are plotted by
default. This value will be overridden by the plot options saved
in a project file.
variable=e_der
type=boolean
onvalue=1
default=false
restart=1
description
This sets the plotting mode at startup for single data set plots in
energy. If true, the derivative of the data is plotted by default.
This value will be overridden by the plot options saved in a
project file.
variable=e_sec
type=boolean
onvalue=1
default=false
restart=1
description
This sets the plotting mode at startup for single data set plots in
energy. If true, the second derivative of the data is plotted by
default. This value will be overridden by the plot options saved in
a project file.
variable=e_i0
type=boolean
onvalue=1
default=false
restart=1
description
This sets the plotting mode at startup for single data set plots in
energy. If true, the I0 array of the data is plotted by default.
This value will be overridden by the plot options saved in a project
file.
variable=e_signal
type=boolean
onvalue=1
default=false
restart=1
description
This sets the plotting mode at startup for single data set plots in
energy. If true, the signal array of the data is plotted by default.
This value will be overridden by the plot options saved in a project
file.
variable=e_markers
type=boolean
onvalue=1
default=true
description
This sets the plotting mode at startup for single data set plots in
energy. If false, markers will be suppressed in a plot.
variable=e_smooth
type=positive integer
default=0
description
This sets the plotting mode at startup for marked data set plots in
energy. If non-zero, the first and second derivatives will be
smoothed that many times before being plotted.
variable=r_pl
type=list
options=m e r i p
default=m
restart=1
description
This sets the plotting mode at startup for marked data set plots in
R. This value will be overridden by the plot options saved in a
project file. The choices are:
. m magnitude of chi(R)
. m envelope (magnitude & -1*magnitude)
. r real part
. i imaginary part
. p phase
variable=q_pl
type=list
options=m e r i p
default=r
restart=1
description
This sets the plotting mode at startup for marked data set plots in
q. This value will be overridden by the plot options saved in a
project file. The choices are:
. m magnitude of chi(R)
. m envelope (magnitude & -1*magnitude)
. r real part
. i imaginary part
. p phase
variable=kweight
type=list
options=0 1 2 3
default=2
restart=1
description
This sets the kweight for plotting to be used at startup.
variable=rmx
type=list
options=r i
default=r
description
In the plot that shows the data (and fit) in R as magnitude and
oscillatory part, this chooses whether the real or imaginary part
gets plotted.
variable=ed_min
type=real
default=-30
units=eV
description
The default value for the lower bound of an nd (normalized data +
scaled derivative) plot.
variable=ed_max
type=real
default=70
units=eV
description
The default value for the upper bound of an nd (normalized data +
scaled derivative) plot.
variable=ed_scale
type=real
default=0.5
units=eV
description
The value to which the largest point (in the absolute sense) of the
derivative spectrum will be scaled in an nd (normalized data +
scaled derivative) plot.
|