#!/bin/csh
#################################
# $1 = images
#################################
#echo "arg=$* \br"
set files = `echo $1 | tr , ' '`
#echo "Args: files=$files"
#echo1 "\img{./$files[1]}{radio contour}"
#echo1 "\img{./$files[2]}{color image}"
echo1 "\Vimg{$theCat/$files[2]}{color image from Spitzer"
echo1 " [channels 3.6, 4.5, 8.0\mu m] and radio contour}"
echo1 "\Vimg{$theCat/$files[1]}{radio contour}"
#echo1 "\image{\glutag{Cat.file,u $theCat/$files[1]}}"
#echo1 "\image{\glutag{Cat.file,u $theCat/$files[2]}}"
