Changeset 8382 for trunk


Ignore:
Timestamp:
03/21/07 11:28:06 (18 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8381 r8382  
    2828       Mars Version 1.0, resulting in no more calibration with spline
    2929       if DF fails
     30     - added reason2 to run spline after an other error
    3031
    3132
  • trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks

    r8381 r8382  
    5454#.* == hi or lo
    5555reason1="Pulse is too much to the right, out of .*-gain range"
     56reason2="No entry for resource id '2[45]' found in"
    5657echo "reason1: "$reason1 >> $scriptlog 2>&1
     58echo "reason2: "$reason2 >> $scriptlog 2>&1
    5759
    5860# find files containing reason
     
    7072for file in $files
    7173do
    72    pulse=`cat $file | grep "$reason1"`
     74   pulse=`cat $file | grep "$reason1\|$reason2"`
    7375   sequ=`echo $file | cut -d/ -f6`
    7476   path=`dirname $file`
Note: See TracChangeset for help on using the changeset viewer.