umask 000
awk '((! /^#/) && ($1 > 82.81) ) {printf("%10.5f %10.5f %11.5f\n", \
	$1, $2, -1*$3);}' ../gps/9* >gps.plot
pplus gps.ppc
