INSTALLATION
-------------

a)  Download best_v2.0.tar.gz file into the desired directory
    on your computer (e.g., /usr/local/).

b)  Unpack the file:

  	gunzip best_v2.0.tar.gz
     	tar xvf best_v2.0.tar.gz

    The result of unpacking will be directory ./best_v2.0 with the
    following files:

	best
	best.1
	bestbin
	detector-inf.dat
	wils_id
	best_manual.pdf

c) Copy best executable to the in the path:

       e.g. 	cp ./best_v2.0/best  /usr/local/bin/


d) (optional) Copy the man page to the place referenced to by man program:

           e.g. 	cp ./best_v2.0/best.1 /usr/local/man/man1


e) In your shell startup file, assign the vartiable 'besthome' to the 
   directory name of best distribution

          e.g. in .tcsh/.cshrc:	
	           setenv besthome  /usr/local/best_v2.0

          in .bashrc:  
	      besthome="/usr/local/best_v2.0"; export besthome

f) All detector's information is collected in the file 'detector-inf.dat'. 
   To configere your detector(s), please contact to the authors.

g) All plots will be displayed using 'plotmtv' program. This program can be 
   downloaded (e.g.) from:
   http://aixpdslib.seas.ucla.edu/packages/plotmtv.html









