Changeset 8382
- Timestamp:
- 03/21/07 11:28:06 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8381 r8382 28 28 Mars Version 1.0, resulting in no more calibration with spline 29 29 if DF fails 30 - added reason2 to run spline after an other error 30 31 31 32 -
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r8381 r8382 54 54 #.* == hi or lo 55 55 reason1="Pulse is too much to the right, out of .*-gain range" 56 reason2="No entry for resource id '2[45]' found in" 56 57 echo "reason1: "$reason1 >> $scriptlog 2>&1 58 echo "reason2: "$reason2 >> $scriptlog 2>&1 57 59 58 60 # find files containing reason … … 70 72 for file in $files 71 73 do 72 pulse=`cat $file | grep "$reason1 "`74 pulse=`cat $file | grep "$reason1\|$reason2"` 73 75 sequ=`echo $file | cut -d/ -f6` 74 76 path=`dirname $file`
Note:
See TracChangeset
for help on using the changeset viewer.