Typical contents of this directory: README This file. CMakeLists.txt configuration file to generate Makefiles lsc/* Source code Code for SGLIB and the X ray Camera is ignored by #ifndef statements lsctest/* Source code for test programs test/* input.lhh parameters and jardin.d equilibrium ray.dat_sample incl_cpp/* shared include files fpreproc/* Python scripts for Fortran Preprocessing 1. Unpack tar/zip file into a source directory . 2. Create a directory 3. Generate Makefiles with cmake cd cmake 4. Compile the library and the test programs: make 5. Run the Test: cd /test /lsctest/lsctest enter Jardin file name 6. The power and current deposited are written into ray.dat. The sample output is in ray.dat_sample 7. Data to drive gnuplot graphs is written to a file with a name like 00-11-19-130437.gnp where 00 is the year, 11 the month, 19 the day, 13 the hour, 04 the minute, 37 the second, and gnp means gnuplot 8. Invoke gnuplot to obtain a postscript file of the graphs $ gnuplot 00-11-19-130437.gnp which writes 00-11-19-130437.ps 9. View the grapics file with ghostview $ gv 00-11-19-130437.ps See http://w3.pppl.gov/NTCC/LSC for description and User Guide, etc.