Index: trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runcallisto	(revision 7902)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runcallisto	(revision 7909)
@@ -46,9 +46,7 @@
 callistorcmarapr05=$setuppath/$program/callisto_MarApr05.rc
 
-table=SequenceProcessStatus
 column=fCallisto
 #pno=500 # number of processes, i.e. number of todo-files
 
-todofile=$listpath/ToDo-$table-$column
 lockfile=$lockpath/lock-getting-$program-list.txt
 
@@ -58,6 +56,4 @@
 
 date >> $scriptlog 2>&1
-
-cd $mars
 
 # get todo file
@@ -71,5 +67,5 @@
    checklock "getting list of" >> $scriptlog 2>&1
    # get todo list
-   getdolist  >> $scriptlog 2>&1
+   gettodo  >> $scriptlog 2>&1
    rm -v $lockfile >> $scriptlog 2>&1
 fi
@@ -113,4 +109,6 @@
    finish >> $scriptlog 2>&1
 fi
+
+cd $mars
 
 # run calibration for sequence(s)
