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
|
## -*- 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 xanes configuration group for Demeter
######################################################################
section=xanes
section_description
These variables set parameters related to Demeter's special treatment
of XANES data.
variable=nnorm
type=list
options=1 2 3
default=2
description
This is the default value for normalization order for XANES data.
variable=nor1
type=real
default=15
units=eV (relative to e0)
description
This is the default value for the lower bound of the normalization
range. This should be positive, but not so large that it is outside
the range of the data. A negative value means to set nor2 to that
many volts before the final data point.
variable=nor2
type=real
default=0
units=eV (relative to e0)
description
This is the default value for the ipper bound of the normalization
range. This should be positive. If the value is 0 or such that it
is beyond the range of data, then nor2 will be set to the last data
point. A negative value means to set nor2 to that many volts before
the final data point.
variable=cutoff
type=real
default=100
units=eV
description
As Athena begins to import a data file, a check is performed to try
to guess if a mu(E) data file is actually a XANES measurement as
opposed to an EXAFS measurement. This distinction is fairly
arbitrary. If the difference between the initial quass of e0 and
last energy point is smaller than this value, then we presume that
these are XANES data. One impact of this identification is to reset
the normalization range boundaries. Set this value to 0 to skip the
test.
|