#!/bin/sh
# Convert the DIRBE name into a J2000 position
###################################"
test -z "$1" || theFile=$1
fcat $theFile | acut -c2-3 -i: -c4-5 -i: -c6-7 -i. -c8-9 \
   -T MP -+ -c10T -c11-12 -i: -c13-14 -i: -c15-16 -i. -c17
