#!/bin/bash # This script removes the clutter latest hour of data from site vlc # from psd2data and writes it for transfer to wfipingest1 export PATH=/home/dwelsh/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/local/bin:/usr/pgi/linux86/6.1/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin export DISPLAY=:24.0 export TZ=GMT0 echo "Starting DoClutterRemoval.bash `date `" # start Matlab with the Clutter removal Matlab m file cd /home/dwelsh/src/Matlab matlab -nosplash -r "Clutter_removal_new" matlab -nosplash -r "Clutter_removal_bdy" echo "Ending DoClutterRemoval.bash `date `"