Setting up Animator:

The general idea is to:
1) untar the animator package
2) setup environment 
3) enjoy....


0) Choose where you want to un-tar the animator package
	and cd to that directory.
1) Untar the file:
	$ tar xvzf animator.tar.gz
	this will create a animator/ subdirectory 
	(See contents below)
2) Modify the ~/.bashrc file to include the animator scripts
	****** Add these lines to ~/.bashrc ***********
	******* Note: This is where the animator package was un-tar'd ******
	export ANIMATOR=/home/dosis/animator
	source $ANIMATOR/animatorScripts.bash
3) Load the pexpect library.
    $ wget http://pexpect.sourceforge.net/pexpect-2.3.tar.gz
    $ tar xzf pexpect-2.3.tar.gz
    $ cd pexpect-2.3
    $ sudo python ./setup.py install
 
3) You are now ready to run.
	RN D09000005 1234
	RN -l D09000005 1234




******************** animator.tar.gz package contents *************.
|-- README.txt
|-- animatorScripts.bash		- This file is sourced by .bashrc
|-- fullImage.regionMarks.raw		- background image for the animator
|-- getDosisFile.exp			- Gets a file from a remote host
|-- lib					- necessary libraries for objectAnimator
|   |-- libmanchaclog.so		
|   `-- librawImage.so			
|-- listRuns.exp			- runs ard.bash on remote host
|-- objectAnimator			- the animator executable
|-- runDosisCmd.exp			- runs commands on a remote host
`-- runcap.bash				- preprocessed the runData.cap file before handing it off to objectAnimator




****** These lines exist in animatorScripts.bash ********
************    change if necessary        ***********
export LOCAL_REPLAYDIR=~/replays
export MOUNT_POINT=/mnt/ribbon
export MOUNT_REPLAYDIR=$MOUNT_POINT/replays

