Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7567)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7568)
@@ -23,4 +23,8 @@
      - changed return values to improve the failure handling in the db
 
+   * datacenter/script/makecallistolinks: 
+     - added 'Pulse is too much to the left, cannot go below 0!' as 
+       reason to use callisto_Dec04Jan05.rc 
+
 
 
Index: /trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks	(revision 7567)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks	(revision 7568)
@@ -53,5 +53,6 @@
 
 # reason why calibration with standard callisto.rc fails
-reason="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!"
+reason2="Pulse is too much to the left, cannot go below 0!"
 echo "reason: "$reason >> $scriptlog 2>&1
 
@@ -62,5 +63,5 @@
 for file in $files
 do 
-  pulse=`cat $file | grep "$reason"` >> $scriptlog 2>&1
+  pulse=`cat $file | grep "$reason1\|$reason2"` >> $scriptlog 2>&1
   if [ ! "$pulse" = "" ]
   then
