#!/bin/sh
#################################################
test -z "$1" || theFile=$1
test -z "$theFile" && theFile=table4.dat

tabmap -data -ascii YSO ./$theFile | astropos -4d -r -c1-16 G J
