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
|
## -*- 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 feff configuration group for Demeter
######################################################################
section=feff
section_description
The parameters control how Feff works within Demeter.
variable=process
type=list
options=demeter feff6 feff8
default=demeter
description
This tells Demeter how to interact with Feff. The default is use
Feff6 to compute potentials and to run the genfmt module, but to let
Demeter handle everything else. As of version 0.3, this is also
the only option that works.
variable=executable
type=string
default=feff6
windows=__PERL_BASE__\c\bin\feff6.exe
description
This string is used to invoke the Feff executable. If the Feff
executable is not in your path, then this string should be the fully
resolved file name. "feff6" is the name of the executable that
comes with Ifeffit. Feff7 can be used with Demeter as of version
0.3, but Feff8 is not yet integrated with Demeter.
variable=autoworkspace
type=boolean
onvalue=1
offvalue=0
default=true
description
When true, this tells Demeter to automatically create the workspace
folder for use by the Feff object.
variable=intrp2color
type=color
default=#046a15
description
The color of the interpretation text for high importance paths. The
default is a dark green. Changing this color will take effect the
next time you run Feff.
variable=intrp1color
type=color
default=#78670e
description
The color of the interpretation text for medium importance paths. The
default is a dark yellow. Changing this color will take effect the
next time you run Feff.
variable=intrp0color
type=color
default=#787878
description
The color of the interpretation text for low importance paths. The
default is a grey tone. Changing this color will take effect the
next time you run Feff.
variable=doc6_url
type=string
default=http://www.feffproject.org/FEFF/Docs/feff6/feff6.html
description
The URL of the Feff6 document.
variable=doc9_url
type=string
default=http://leonardo.phys.washington.edu/feff/wiki/index.php
description
The URL of the Feff9 document.
|