#!/bin/csh -f
#
#  This script manages PE interpolation runs.
#

unset noclobber

set datestr = `date`

#--------------------------------------
#--- Interpolate PE to flat levels. ---
#--------------------------------------

matlab -nosplash -nodesktop<<EIEIO
interpo_lin
clear
exit
EIEIO

#----------------------------
#--- Announce Completion. ---
#----------------------------

Mail haley<<EIEIO
~s PE interpolation Job Done

The first Data Domain AOSN-II PE interpolation job
submitted to `hostname` on $datestr is now
complete.  Please examine the files in the directory

   $cwd

Thanks

Pat
EIEIO
