find /Volumes/astro/public_html/temp_dir/ufigBCC_coadd/*.fits -type f | \
while read -r x
do
  gzip -9 -v -c "$x" > "$x.gz"
done