Ignore:
Timestamp:
08/08/06 15:49:56 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks

    r7835 r7863  
    5353# reason why calibration with standard callisto.rc fails
    5454reason1="Pulse is too much to the right, cannot go beyond logain limits!"
    55 reason2="Pulse is too much to the left, cannot go below 0!"
    5655echo "reason1: "$reason1 >> $scriptlog 2>&1
    57 echo "reason2: "$reason2 >> $scriptlog 2>&1
    5856
    5957# find files containing reason
     
    7371for file in $files
    7472do
    75    pulse=`cat $file | grep "$reason1\|$reason2"`
     73   pulse=`cat $file | grep "$reason1"`
    7674   sequ=`echo $file | cut -d/ -f6`
    7775   path=`dirname $file`
Note: See TracChangeset for help on using the changeset viewer.