Index: trunk/DataCheck/Processing/RunStar.sh
===================================================================
--- trunk/DataCheck/Processing/RunStar.sh	(revision 16988)
+++ trunk/DataCheck/Processing/RunStar.sh	(revision 16989)
@@ -30,5 +30,5 @@
 seqfile=$seqpath"/"$nightpath"/"$seqnum".seq"
 inpath=$datapath"/callisto/"$nightpath
-outpath=$datapath"/star_4.0_2.5/"$nightpath
+outpath=$datapath"/star/"$nightpath
 makedir $outpath
 logfile=$outpath"/"$seqnum"-images.log"
@@ -42,5 +42,5 @@
 #check1=`root -q -b fact/star.C\("\"$seqfile\""\,7.5\,3.9\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep`
 # new cleaning levels starting from version 2012.06.22
-check1=`root -q -b fact/star.C\("\"$seqfile\""\,4.0\,2.5\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep`
+check1=`root -q -b fact/analysis/star.C\("\"$seqfile\""\,4.0\,2.5\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep`
 
 case $check1 in
@@ -56,5 +56,5 @@
 logfile=$outpath"/"$seqnum"-merpp.log"
 
-check1=`root -q -b fact/merpp3.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep`
+check1=`root -q -b fact/analysis/merpp.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep`
 
 case $check1 in
