#! /bin/sh
. /usr/local/etc/fermi.shrc
echo ---------------------------------------------------------------
date
echo Begin setup of products needed
setup dp
setup astrotools
setup ssc
DERVISH_USER=$DP_DIR/etc/dpStartup.tcl
export DERVISH_USER
cd /data/dp3.b/data/727/ssc
echo Done setup of products needed
echo ---------------------------------------------------------------
date
echo Begin running the ssc pipeline
ssc -command "run_ssc_pipeline scPlan-7.par" 
astrotools -command "driveSpaceRemove ssc 727 fangs_7" 
echo Done running the ssc pipeline
echo ---------------------------------------------------------------
date
echo ALL DONE
exit

