Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8381)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8382)
@@ -28,4 +28,5 @@
        Mars Version 1.0, resulting in no more calibration with spline
        if DF fails
+     - added reason2 to run spline after an other error
 
 
Index: /trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks	(revision 8381)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks	(revision 8382)
@@ -54,5 +54,7 @@
 #.* == hi or lo
 reason1="Pulse is too much to the right, out of .*-gain range"
+reason2="No entry for resource id '2[45]' found in"
 echo "reason1: "$reason1 >> $scriptlog 2>&1
+echo "reason2: "$reason2 >> $scriptlog 2>&1
 
 # find files containing reason 
@@ -70,5 +72,5 @@
 for file in $files
 do 
-   pulse=`cat $file | grep "$reason1"`
+   pulse=`cat $file | grep "$reason1\|$reason2"`
    sequ=`echo $file | cut -d/ -f6`
    path=`dirname $file`
