ubcone.1.5a - a program to extract a region from the USNO-B1.0 catalogue

Installation instructions and documentation are given in ubcone.man.
The quick install instrutions are:
	1) tar xvfz UBC.tgz
	2) ln -s Makefile.ubcone.linux Makefile
	3) make clean
	4) make all
	5) (in *csh) setenv USNOBDIR /path/to/usnob

At the end, you should have an executable called ubcone.

As a quick test that things are working, do
	make tst1
This will do the following command:

	./ubcone -P 0 -Z L -O Tmp

which will produce the output file Tmp_usnob.asc and then it will compare
that with the sample output Test1_usnob.asc (they should be the same)
using

	diff Tmp_usnob.asc Test1_usnob.asc

which should give NO differences.  If there are differences, I would
like to know about them please.

Questions to S. Levine (sel@nofs.navy.mil)
		06 Feb 2003
