% Copyright (c) 2000 Bruce Ravel % Permission is granted to copy, distribute and/or modify this % document under the terms of the GNU Free Documentation License, % Version 1.0 or any later version published by the Free Software % Foundation; with the Invariant Sections being "EXAFS Analysis % Using FEFF and FEFFIT, Part 1: Presentation", "EXAFS Analysis % Using FEFF and FEFFIT, Part 2: Commentary", and all related % analysis examples, with no Front-Cover Texts, and with no % Back-Cover Texts. A copy of the license is included in the % section entitled "GNU Free Documentation License". % % % This file (and all files associated with `EXAFS Analysis Using FEFF % and FEFFIT') are free documentation; you can redistribute it and/or % modify it under the terms of the GNU Free Documentation License as % published by the Free Software Foundation; either version 1, or (at % your option) any later version. % % You should have received a copy of the GNU Free Documentation License % along with `EXAFS Analysis Using FEFF and FEFFIT'; see the file % COPYING. If not, write to the Free Software Foundation, 675 % Massachusettes Ave, Cambridge, MA 02139, USA. % % Permission is granted to make and distribute verbatim copies of this % manual provided the copyright notice and this permission notice are % preserved on all copies. % % Permission is granted to copy and distribute modified versions of this % manual under the conditions for verbatim copying, provided that the % entire resulting derived work is distributed under the terms of a % permission notice identical to this one. % % Permission is granted to copy and distribute translations of this % manual into another language, under the above conditions for modified % versions, except that this permission notice may be stated in a % translation approved by the author. %% This is a skeleton master file for a multiple data set fit involving %% all temepratures and both edges. Note that the "temp" paramneter %% is local and not set so that math expressions using it are %% evaluated correctly for each temperature. For the programmers out %% there: "local" places a variable in the scope of the current data %% set and "set" places it in a global scope. %% %% This file is not quite ready to run: %% %% 1. You must uncomment the "local temp = XXX" lines in each of %% 15.inp, 128.inp, and 300.inp %% 2. You should express sigma^2 parameters in term of temp, perhaps %% with the eins2 function. See `temperature.inp' %% 3. You may want to do something like "set eta = m*x+b" and vary m %% and b as guess parameters. See `temperature.inp' %% 4. You should comment out the "include params.inp" line in each of %% 15.inp, 128.inp, and 300.inp to avoid lots of warnings about %% resetting guess parameters include temperature.inp include 15.inp next data set include 128.inp next data set include 300.inp !!&& Local Variables: !!&& input-out-path: "fits/" !!&& input-feff-path: "feff/" !!&& input-data-path: "data/" !!&& input-program-name: "feffit" !!&& End: %# Input-mode Time-stamp: <2000/03/11 21:07:50 bruce>