#! /bin/csh -f
# Convert nTITLE geometry to TDI geometry.
# TDI files don't have suffixes, so geometry_tdi will write out
# .poly, .line, and .col files.
cat | geometry_tdi $1
