#! /bin/sh
. /usr/local/etc/fermi.shrc
echo ---------------------------------------------------------------
date
echo Begin setup of products needed
setup ssc
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-2.par" 
echo Done running the ssc pipeline
echo ---------------------------------------------------------------
date
echo ALL DONE
exit

