SliceViewer, by Orion Lawlor, olawlor@acm.org

A Java program for displaying a 2D slice through 
a regular grid of 3D greyscale data, like MRI or
CT scan data.

------- Contents --------
index.html
      Links to executable demos and documentation.

bin/  
      Java executable and demo HTML files.
      Run these from a web browser, or using
        > appletviewer SliceMed.htm

docs/
      Extensive technical documentation.

src/
      Java code.  Rebuild this on a UNIX machine with:
        > make

stack.sh
      UNIX image assembly script.

------ Version History ------
Version 1.0 1998/2
	Original development, for the 1998 Mathematical
Competition in Modeling, then the IBM Java contest.

Version 1.1 2003/9/12
	Bug fix for non-square data blocks.

------- Credits -------
Orion Lawlor wrote the code over three days in 1998, 
with significant inputs from his MCM teammates 
AD Gerhard and Jason Tedor.

The "head128.dat" and "head64.dat" input data files 
came from the 1998 SDSC Splatter distribution, by 
Jon Genetti.


