File: README

package info (click to toggle)
ifeffit 2%3A1.2.11d-8
  • links: PTS
  • area: contrib
  • in suites: wheezy
  • size: 12,448 kB
  • sloc: fortran: 35,441; ansic: 8,454; makefile: 4,815; python: 3,274; perl: 3,146; sh: 2,721; ada: 1,003; tcl: 95
file content (83 lines) | stat: -rw-r--r-- 2,921 bytes parent folder | download | duplicates (8)
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
Welcome to IFEFFIT:  Interactive XAFS Analysis Library
Copyright (c) 2000-2003 Matt Newville, The University of Chicago

Ifeffit is free software. The majority of the software here is
distributed under a BSD-like license. Some of the code in this
distribution is distributed under the GNU Public License (GPL).  
See the file COPYING for details.

Overview
--------
Ifeffit provides a nearly-complete library of algorithms for XAFS
Analysis, and a simple-to-use interface to that library.  The library
builds on the Autobk and Feffit programs from the UWXAFS Package, and
adds considerable flexibility, graphics, and a command-based interface.
The library is designed to work inside other programming and scripting
languages, so that more complex programs (including GUIs) can be built
with the library.

More information about Ifeffit can be found at:
  http://cars9.uchicago.edu/ifeffit/

Installation
------------
Complete installation instructions are in the INSTALL file.

Ifeffit requires a working Fortran77 compiler.  If you're using a very old
linux system, there is a chance that the fortran compiler supplied with
your system is broken and needs to be re-installed.  I recommend using
gcc with the built-in g77 compiler or later.

Documentation
-------------
The documentation should be taken from the Ifeffit web site.  The latex
source for the Ifeffit reference manual and tutorial are included under 
the doc/ directory tree, but it is not expected that these source files 
can be converted into usable forms on all systems. 

If you're interested in contributing to the Ifeffit documentation,
contact the authors.

Contributing
------------
Ifeffit works well, but may have some bugs.  There is still plenty of work
to be done on improving the algorithms, fixing the documentation, and
making the system as user-friendly as possible.

Please keep these thoughts in mind when using Ifeffit, and let us know
what you think should be added, what is broken, and what is unclear.
Chances are if you can think of an improvement, it would help other
people too.

If you are interested in contributing, please let us know. There's a lot of
work that can be done on the core algorithms, the documentation, wrappers,
and examples.  If you know Perl or Python (or are willing to learn), there
is a wide range of work to do in implementing GUIs and other wrappers in
these languages.   If you know VisualBasic, AppleScript, or any other
language and are interested in building extensions for these languages, 
please let us know how we can help you do this. 

If you prefer to contribute in some other way contact us.

Additional Information
----------------------
More information can be found at the ifeffit web site
 http://cars9.uchicago.edu/ifeffit/

Thanks,

Matt Newville <newville@cars.uchicago.edu>
Consortium for Advanced Radiation Sources
University of Chicago
Chicago, IL

Last update Aug-25-2003