/*****************************************************************/
/*  University of Nebraska-Lincoln                               */
/*  Department of Electrical Engineering                         */
/*  Bioinformatics Group                                         */
/*  Sam Way                                                      */
/*****************************************************************/

nSpect Tests
Version: 1.0
Release date: 8/25/12

/*****************************************************************/
/*  Running nSpect.                                              */
/*****************************************************************/
Command-line parameters: 
-i : Specify input file.
-o : Specify output file. (Default: "./outfile.txt")
-c : Specify color file.
-d : Specify display settings file.
-l : Specify label file.
-h : Print help screen.

Example usage:  /path/to/nSpect -i ./test.dm -c ./test.color -d ./test.display -l ./test.labels
where "/path/to/" is replaced by the directory where the nSpect executable is located. 

/*****************************************************************/
/*  Test #1.                                                     */
/*****************************************************************/
nSpect -i nSpectTests_v1/Test1/test.dm  -c ./test.color -d ./test.display

/*****************************************************************/
/*  Test #2.                                                     */
/*****************************************************************/
nSpect -i nSpectTests_v1/Test2/test.dm  -d ./test.display  -l test.labels

/*****************************************************************/
/*  In-program.                                                  */
/*****************************************************************/
e : Export distances to output file
l : Rotate camera LEFT
r : Rotate camera RIGHT
u : Rotate camera UP
d : Rotate camera DOWN
i : Zoom IN
o : Zoom OUT
s : Shake/perturb objects
j : Jumble/randomize locations

Clicking on the screen will select all objects under the cursor and write their names to the console window.  