Index: trunk/DataCheck/QuickLook/RunCallisto.sh
===================================================================
--- trunk/DataCheck/QuickLook/RunCallisto.sh	(revision 15388)
+++ trunk/DataCheck/QuickLook/RunCallisto.sh	(revision 15389)
@@ -5,7 +5,8 @@
 printprocesslog "INFO starting $0"
 
-seqfile=$2
+seqfile=$1
 seqnum=`basename $seqfile | sed -e 's/[.]seq//g'`
-outpath=`dirname $seqfile | sed -e "s/sequences/${1}\/callisto/"`
+#outpath=`dirname $seqfile | sed -e "s/sequences/${1}\/callisto/"`
+outpath=`dirname $seqfile | sed -e "s/sequences/callisto/"`
 makedir $outpath
 logfile=$outpath"/"$seqnum"-calibration.log"
@@ -20,5 +21,5 @@
 case $check1 in
    0)   printprocesslog "INFO callisto was successful for sequence "$seqnum" (check1=$check1)"
-        `dirname $0`/RunStar.sh $1 $seqfile &
+        `dirname $0`/RunStar.sh $seqfile &
         ;;
    *)   printprocesslog "ERROR callisto6.C failed for sequence "$seqnum" (check1=$check1)"
