Index: trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks	(revision 8380)
+++ trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks	(revision 8381)
@@ -51,5 +51,7 @@
 callistorcnew=callisto_Dec04Jan05.rc
 # reason why calibration with standard callisto.rc fails
-reason1="Pulse is too much to the right, cannot go beyond logain limits!"
+#reason1="Pulse is too much to the right, cannot go beyond logain limits!"
+#.* == hi or lo
+reason1="Pulse is too much to the right, out of .*-gain range"
 echo "reason1: "$reason1 >> $scriptlog 2>&1
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runcallisto	(revision 8380)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runcallisto	(revision 8381)
@@ -70,5 +70,4 @@
 # define callisto.rc files
 callistorcnew=$setuppath/$program/callisto.rc
-callistorcmarapr05=$setuppath/$program/callisto_MarApr05.rc
 # find callisto.rc file
 if [ -e $outpath/callisto.rc ]
@@ -78,10 +77,5 @@
 else
    echo "no $program.rc found in $outpath -> making link " >> $scriptlog 2>&1
-   if [ 49735 -lt $sequence ] && [ $sequence -lt 53516 ]
-   then 
-      ln -vs $callistorcmarapr05 $outpath/callisto.rc >> $scriptlog 2>&1
-   else
-      ln -vs $callistorcnew $outpath/callisto.rc >> $scriptlog 2>&1
-   fi
+   ln -vs $callistorcnew $outpath/callisto.rc >> $scriptlog 2>&1
    callistorcseq=$outpath/callisto.rc
 fi
