Ignore:
Timestamp:
03/21/07 09:18:13 (18 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/scripts
Files:
2 edited

Legend:

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

    r8007 r8381  
    5151callistorcnew=callisto_Dec04Jan05.rc
    5252# 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
     55reason1="Pulse is too much to the right, out of .*-gain range"
    5456echo "reason1: "$reason1 >> $scriptlog 2>&1
    5557
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r8176 r8381  
    7070# define callisto.rc files
    7171callistorcnew=$setuppath/$program/callisto.rc
    72 callistorcmarapr05=$setuppath/$program/callisto_MarApr05.rc
    7372# find callisto.rc file
    7473if [ -e $outpath/callisto.rc ]
     
    7877else
    7978   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
    8680   callistorcseq=$outpath/callisto.rc
    8781fi
Note: See TracChangeset for help on using the changeset viewer.