Changeset 8381
- Timestamp:
- 03/21/07 09:18:13 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8380 r8381 19 19 -*-*- END OF LINE -*-*- 20 20 21 2007/03/21 Stefan Ruegamer 22 23 * datacenter/scripts/runcallisto: 24 - removed entries for callisto_MarApr05.rc (outdated) 25 26 * datacenter/scripts/makecallistolinks: 27 - updated reason1 because the old reason has been removed in the 28 Mars Version 1.0, resulting in no more calibration with spline 29 if DF fails 30 31 32 21 33 2007/03/20 Daniel Hoehne 22 34 -
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r8007 r8381 51 51 callistorcnew=callisto_Dec04Jan05.rc 52 52 # reason why calibration with standard callisto.rc fails 53 reason1="Pulse is too much to the right, cannot go beyond logain limits!" 53 #reason1="Pulse is too much to the right, cannot go beyond logain limits!" 54 #.* == hi or lo 55 reason1="Pulse is too much to the right, out of .*-gain range" 54 56 echo "reason1: "$reason1 >> $scriptlog 2>&1 55 57 -
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r8176 r8381 70 70 # define callisto.rc files 71 71 callistorcnew=$setuppath/$program/callisto.rc 72 callistorcmarapr05=$setuppath/$program/callisto_MarApr05.rc73 72 # find callisto.rc file 74 73 if [ -e $outpath/callisto.rc ] … … 78 77 else 79 78 echo "no $program.rc found in $outpath -> making link " >> $scriptlog 2>&1 80 if [ 49735 -lt $sequence ] && [ $sequence -lt 53516 ] 81 then 82 ln -vs $callistorcmarapr05 $outpath/callisto.rc >> $scriptlog 2>&1 83 else 84 ln -vs $callistorcnew $outpath/callisto.rc >> $scriptlog 2>&1 85 fi 79 ln -vs $callistorcnew $outpath/callisto.rc >> $scriptlog 2>&1 86 80 callistorcseq=$outpath/callisto.rc 87 81 fi
Note:
See TracChangeset
for help on using the changeset viewer.