This is a visualizer for much of the C. elegans structural and neuron
data available at the ACEDB database.  The file "cells.ace4" is a
boiled-down dump of this data.

Part of the code for this visualizer is adapted from a 3D visualizer
developed by Awwwesome Webware.


INSTALLATION

Add the celegans directory into your CLASSPATH.

The system works best if you have the Java3D system installed.  
If you not, you can still use the system with a simple 3D facility
provided.  To use the simple 3D facility (and not Java3D):

	1. Go into the neurodata directory
	2. Rename the GL directory to something like GLreal
	3. Rename the GLbogus directory to GL


RUNNING

In Unix, the program is run as follows:

	1. Go into the celegans directory
	2. Execute the command:

		java neurodata.Cubes < neurodata/cells.ace4


