- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Feffit Distribution: This directory contains the latest distributed version of feffit: Feffit255.tar.gz -- broken apart source code and makefile (unix-like -- see notes below) README -- this file feffit.f -- full source code of latest version feffit255.f -- full source code of version 255 (which is currently the latest version) feffit.zip -- dos-like zip file of full source code of latest version feffit.sit -- binhexed self-extracting archive of a Macintosh binary (version 2.32x ?) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Documentation There isn't much more than the official documentation, and the notes at http://cars.uchicago.edu/~newville/feffit/notes.html - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Notes on Feffit255.tar.gz: This is a bare-bones version of the feffit source directory. No documentation is included, but a simple example is included. The makefile should work on most Unix systems, but has not been thoroughly tested. It works for me with GNU make. You may want to edit the consts.h file to set program parameter size. The most important parameter for size is `mdata' (the maximum number of data sets that can be refined simultaneously). If you want to fit more than 20 data sets at once, increase this number. On a 32Mb Pentium/133 running Linux, I have set this to 50 and run with no problems. On a 24Mb Mac, I had to pare it down to 5 to get feffit to load at all. If you're satisfied with the code size as it is, or don't want to use a Unix-like Makefile, the file feffit.f contains the source in a single file. Installation : type 'make' at the command line. You may want to edit the INSTALLDIR line of the Makefile, and then type 'make install'. Or just type something like make 'INSTALLDIR=/usr/local/bin' install to specify the installation directory - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |= Matthew Newville email: newville@cars.uchicago.edu =| |= GSECARS, Bldg 434A voice: (630) 252-0431 =| |= Argonne Natl Lab fax: (630) 252-0443 =| |= 9700 South Cass Ave www: http://cars9.uchicago.edu/~newville/ =| |= Argonne, IL 60439 USA =| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -