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
|
c{build.h -*-fortran-*-
build = '1.0071 '//
$ 'Copyright (c) 2002 Matt Newville, Univ of Chicago'
ckeys(1) = '__test'
chint(1) = 'test function : do not use!'
ckeys(2) = 'bkg_cl'
chint(2) = 'remove pre_edge from xmu(E) data with CL data'
ckeys(3) = 'chi_noise'
chint(3) = 'calculate noise in a chi(k) spectrum'
ckeys(4) = 'color'
chint(4) = 'update the plotting color table'
ckeys(5) = 'comment'
chint(5) = 'write a comment into the history buffer'
ckeys(6) = 'correl'
chint(6) = 'set two-variable correlation to a Program Variable'
ckeys(7) = 'cursor'
chint(7) = 'get the coordinates of the cursor'
ckeys(8) = 'def'
chint(8) = 'define the expression and value for a variable'
ckeys(9) = 'diffkk'
chint(9) = 'differential Kramers-Kronig transform'
ckeys(10) = 'echo'
chint(10) = 'write a message to the screen'
ckeys(11) = 'erase'
chint(11) = 'erase a variable'
ckeys(12) = 'error'
chint(12) = 'generate the uncertainty in a Program Variable'
ckeys(13) = 'exit'
chint(13) = 'exit the program'
ckeys(14) = 'f1f2'
chint(14) = 'calculate f1 and f2 from Cromer-Libermann tables'
ckeys(15) = 'feffit'
chint(15) = 'execute a feff-based fit to chi(k) data'
ckeys(16) = 'ff2chi'
chint(16) = 'convert list of feff paths to chi(k)'
ckeys(17) = 'fftf'
chint(17) = 'forward fast fourier transform'
ckeys(18) = 'fftr'
chint(18) = 'reverse fast fourier transform'
ckeys(19) = 'get_path'
chint(19) = 'convert path to Program Variables'
ckeys(20) = 'guess'
chint(20) = 'define a variable as a fitting parameter'
ckeys(21) = 'history'
chint(21) = 'set up history buffer and file'
ckeys(22) = 'linestyle'
chint(22) = 'update an index in the plotting style table'
ckeys(23) = 'load'
chint(23) = 'load a file of commands and execute them'
ckeys(24) = 'log'
chint(24) = 'write screen messages to an output file'
ckeys(25) = 'macro'
chint(25) = 'define a macro'
ckeys(26) = 'minimize'
chint(26) = 'general fitting'
ckeys(27) = 'newplot'
chint(27) = 'start a new plot'
ckeys(28) = 'path'
chint(28) = 'define a feff scattering path'
ckeys(29) = 'pause'
chint(29) = 'wait for user input'
ckeys(30) = 'plot'
chint(30) = 'general 2-d plot command'
ckeys(31) = 'plot_arrow'
chint(31) = 'put an arrow or line on the plot'
ckeys(32) = 'plot_marker'
chint(32) = 'put a single marker on the plot'
ckeys(33) = 'plot_text'
chint(33) = 'put a line of text on the plot'
ckeys(34) = 'pre_edge'
chint(34) = 'remove pre_edge from xmu(E) data'
ckeys(35) = 'print'
chint(35) = 'print command'
ckeys(36) = 'quit'
chint(36) = 'quit program'
ckeys(37) = 'read_data'
chint(37) = 'read a data file'
ckeys(38) = 'rename'
chint(38) = 'rename a variable'
ckeys(39) = 'reset'
chint(39) = 're-initialize program'
ckeys(40) = 'restore'
chint(40) = 'restore session from save file'
ckeys(41) = 'save'
chint(41) = 'save session (all program variables and macros)'
ckeys(42) = 'set'
chint(42) = 'set the constant value for a variable'
ckeys(43) = 'show'
chint(43) = 'show the value of a variable or expression'
ckeys(44) = 'spline'
chint(44) = 'determine background spline (autobk algorithm)'
ckeys(45) = 'sync'
chint(45) = 'synchronize expressions for arrays'
ckeys(46) = 'write_data'
chint(46) = 'write a data file'
ckeys(47) = 'zoom'
chint(47) = 'choose plotting window with cursor'
c now install information:
c data directory
sfile = 'C:\Program Files\Ifeffit'
pgdev = '/gw'
c
|