9 Runs a set of samples across the cone face and concatenates output files
12 -l -latestTime option for sample
20 if [ $?
-ne 0 ] ; then
21 echo "Aborting due to invalid option"
26 while [ $1 != -- ]; do
28 -l) LATEST_TIME
="-latestTime";;
29 -h) printUsage
; exit 1;;
37 LSDIR
=`ls $SDIR | head -1`
38 EXAMPLE_FILE
=`ls -1 $SDIR/${LSDIR}/* | head -1`
39 FS
=`basename $EXAMPLE_FILE | cut -d_ -f2-`
42 cat ${d}/cone25_${FS} ${d}/cone55_${FS} ${d}/base_${FS} > ${d}/biconic_${FS}