Index: trunk/MagicSoft/Mars/datacenter/scripts/processmcsequences
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/processmcsequences	(revision 7944)
+++ trunk/MagicSoft/Mars/datacenter/scripts/processmcsequences	(revision 7982)
@@ -45,8 +45,6 @@
 checklock  >> $scriptlog 2>&1
 
-mcpath=/montecarlo/rawfiles
-mccalpath=/montecarlo/callisto
-mcimgpath=/montecarlo/star
-mcsequpath=/montecarlo/sequences
+mccalpath=$mcpath/callisto
+mcimgpath=$mcpath/star
 callistorc=$setuppath/callisto/callisto.rc
 
@@ -89,6 +87,6 @@
    fi
    # calibrate data
-   echo "./callisto -mc -f -b -q --ind=$mcpath/$date --log=$caloutpath/callisto$sequno.log --html=$caloutpath/callisto$sequno.html --out=$caloutpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null" >> $scriptlog 2>&1
-   ./callisto -mc -f -b -q --ind=$mcpath/$date --log=$caloutpath/callisto$sequno.log --html=$caloutpath/callisto$sequno.html --out=$caloutpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null
+   echo "./callisto -mc -f -b -q --ind=$mcrawpath/$date --log=$caloutpath/callisto$sequno.log --html=$caloutpath/callisto$sequno.html --out=$caloutpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null" >> $scriptlog 2>&1
+   ./callisto -mc -f -b -q --ind=$mcrawpath/$date --log=$caloutpath/callisto$sequno.log --html=$caloutpath/callisto$sequno.html --out=$caloutpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null
    check1=$?
    # if calibration worked -> run star for sequence
