#!/bin/csh
# prints out the important statistics of candidate files.
# 12/13/99 - modified to use magdiff3 instead of magdiff


if ($#argv < 1) then
	stderr showcand: no targets
	exit 1
endif

pformat "object,%-7s" "datid,%s" "nmatch,%3d,0" \
		"date-obs,%s" "ut,%s" 				\
		"magdiff3,%7.2f,99" 					\
        "mfwhm,%4.1f,0." "sky,%5.0f,0" "skysig,%4.1f,0"       \
		"6,%6.2f,99" "5,%5.1f,0" "8,%5.2f,0"\
		"dr,%5.0f,0" "dc,%4.0f,0" $* 
