#! /bin/csh -f
#
#jhz 2018-2-26: intiated a script for developing/testing the prototype
#               program swarm2uvfits
#jhz 2018-4-04: updated with a later swarm dataset 180331_06:57:36
#               for programming test
#
set BIN = /home/jzhao/c/SMADATA2CASA/SMA2CASA/bin
echo 'Start swarm2uvfits.csh script -'
echo ''
${BIN}/swarm2uvfits /sma/SMAusers/jzhao/data/swarm/ 180331_06:57:36 180331 0
echo ''
echo 'Exit from the script!'
exit