Changeset 8410


Ignore:
Timestamp:
04/17/07 16:05:32 (18 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8409 r8410  
    3030   * datacenter/scripts/runcallisto:
    3131     - added condition for the linking of the .rc-file for muxdata
     32   * datacenter/scripts/makecallistolinks:
     33     - commented reason2 out
    3234
    3335
  • trunk/MagicSoft/Mars/datacenter/scripts/filesondisk

    r7955 r8410  
    130130   echo "missing cacofile for run "$runno >> $scriptlog 2>&1
    131131   echo "-> finding cacofile" >> $scriptlog 2>&1
    132    ccfile=`find $subsystempath/cc/ -name [2][0][0-2][0-9][0,1][0-9][0-3][0-9]_*${runno}_[P,D,C,S]_*_S.rep` 2>/dev/null
     132   ccfile=`find $subsystempath/cc/ -name [2][0][0-2][0-9][0,1][0-9][0-3][0-9]_*${runno}_[P,D,C,S]_*_S.rep -and ! -name [2][0][0-2][0-9][0,1][0-9][0-3][0-9]_*[1-9]${runno}_[P,D,C,S]_*_S.rep` 2>/dev/null
    133133   echo " ccfile: "$ccfile  >> $scriptlog 2>&1
    134134   if [ "$ccfile" = "" ]
  • trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks

    r8382 r8410  
    5454#.* == hi or lo
    5555reason1="Pulse is too much to the right, out of .*-gain range"
    56 reason2="No entry for resource id '2[45]' found in"
     56#reason2="No entry for resource id '2[45]' found in"
    5757echo "reason1: "$reason1 >> $scriptlog 2>&1
    58 echo "reason2: "$reason2 >> $scriptlog 2>&1
     58#echo "reason2: "$reason2 >> $scriptlog 2>&1
    5959
    6060# find files containing reason
     
    7272for file in $files
    7373do
    74    pulse=`cat $file | grep "$reason1\|$reason2"`
     74#   pulse=`cat $file | grep "$reason1\|$reason2"`
     75   pulse=`cat $file | grep "$reason1"`
    7576   sequ=`echo $file | cut -d/ -f6`
    7677   path=`dirname $file`
  • trunk/MagicSoft/Mars/datacenter/scripts/movingrawfiles

    r8331 r8410  
    2020#   Author(s): Daniela Dorner  08/2004 <mailto:dorner@astro.uni-wuerzburg.de>
    2121#
    22 #   Copyright: MAGIC Software Development, 2000-2006
     22#   Copyright: MAGIC Software Development, 2000-2007
    2323#
    2424#
     
    4949
    5050printprocesslog "INFO moving directories from fromlapalma to fromtape"
    51 #find directories which have to be copied
     51# find directories which have to be copied
    5252dirs=`ls /magic/datacenter/fromlapalma/RAWchk/*/*.finished | sed -e 's/RAWchk/RAW/g' | cut -d/ -f1-6`
    5353if [ ! "$dirs" == "" ]
    5454then
    55    # change permission for this dirctories
     55   # change permission for this directories
    5656   ssh lapalma@apollo chmod -R g+w $dirs >> $scriptlog 2>&1
    5757   # move directories to the tapedirectory
    58    mv -v $dirs /magic/datacenter/fromtape/rawdata/ >> $scriptlog 2>&1
     58   mv -v $dirs /magic/datacenter/fromtape/rawdata/ >> $scriptlog 2>&1
     59fi
     60
     61printprocesslog "INFO moving directories from muxdata to rawdata"
     62# find directories which have to be copied
     63days=`find /magic/datacenter/fromtape/muxdata/* -type d`
     64if [ ! "$days" == "" ]
     65then
     66   # move directories to the tapedirectory
     67   mv -v $days /magic/datacenter/fromtape/rawdata/ >> $scriptlog 2>&1
    5968fi
    6069
     
    6574if [ "$rawfiles" == "" ]
    6675then
    67    echo "no files to move -> exit" >> $scriptlog 2>&1 
    68    finish >> $scriptlog 2>&1 
     76   echo "no files to move -> exit" >> $scriptlog 2>&1
     77   finish >> $scriptlog 2>&1
    6978fi
    7079
    71 printprocesslog "INFO moving moving rawfiles to $datapath/rawfiles"
     80printprocesslog "INFO moving rawfiles to $datapath/rawfiles"
    7281for rawfile in $rawfiles
    7382do
    7483# workaround for rawfiles with wrong timing
    75 newrawfile=`echo $rawfile | sed -e 's/center\/fromtape\/rawdata/\/rawfiles-wrong-timing/g' -e 's/_/\//1' -e 's/_/\//1'`
     84 newrawfile=`echo $rawfile | sed -e 's/center\/fromtape\/rawdata/\/rawfiles-wrong-timing/g' -e 's/_/\//1' -e 's/_/\//1'`
    7685   newrawfile=`echo $rawfile | sed -e 's/center\/fromtape\/rawdata/\/rawfiles/g' -e 's/_/\//1' -e 's/_/\//1'`
    7786   newdir=`dirname $newrawfile`
    78    makedir $newdir >> $scriptlog 2>&1 
     87   makedir $newdir >> $scriptlog 2>&1
    7988
    80    mv -v $rawfile $newrawfile >> $scriptlog 2>&1 
     89   mv -v $rawfile $newrawfile >> $scriptlog 2>&1
    8190done
    8291
    83 rmdir -v /magic/datacenter/fromtape/rawdata/* >> $scriptlog 2>&1 
     92rmdir -v /magic/datacenter/fromtape/rawdata/* >> $scriptlog 2>&1
    8493
    8594printprocesslog "INFO launching filesondisk"
    86 echo "launching filesondisk" >> $scriptlog 2>&1 
     95echo "launching filesondisk" >> $scriptlog 2>&1
    8796$scriptspath/filesondisk&
    8897
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r8381 r8410  
    7070# define callisto.rc files
    7171callistorcnew=$setuppath/$program/callisto.rc
     72callistorcmux=$setuppath/$program/callisto_mux.rc
    7273# find callisto.rc file
    7374if [ -e $outpath/callisto.rc ]
     
    7778else
    7879   echo "no $program.rc found in $outpath -> making link " >> $scriptlog 2>&1
    79    ln -vs $callistorcnew $outpath/callisto.rc >> $scriptlog 2>&1
     80   if [ $sequence -gt 200000 ]
     81   then
     82        ln -vs $callistorcmux $outpath/callisto.rc >> $scriptlog 2>&1
     83   else
     84        ln -vs $callistorcnew $outpath/callisto.rc >> $scriptlog 2>&1
     85   fi
    8086   callistorcseq=$outpath/callisto.rc
    8187fi
Note: See TracChangeset for help on using the changeset viewer.