Ignore:
Timestamp:
05/17/05 17:08:26 (20 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7030 r7052  
    104104for sequence in ${sequences[@]}
    105105do
    106    no=`printf %08d $sequence | cut -c 4`
    107    path="/magic/data/callisto/"`printf %04d $no`"/"`printf %08d $sequence`
    108    signalfile=$path/signal`printf %08d $sequence`.root
    109    calibfile=$path/calib`printf %08d $sequence`.root
    110    fillcallistologpath=$logpath/fillcallisto/`printf %04d $no`
     106   no=`printf %08d $sequence | cut -c 0-4`
     107   no2=`printf %08d $sequence`
     108   path="/magic/data/callisto/$no/$no2"
     109   signalfile=$path/signal$no2.root
     110   calibfile=$path/calib$no2.root
     111   fillcallistologpath=$logpath/fillcallisto/$no
    111112   echo "fillcallistologpath: "$fillcallistologpath >> $scriptlog 2>&1
    112113   if [ ! -d $fillcallistologpath ]
     
    136137      1)   echo "check2=$check2 -> everthing ok " >> $scriptlog 2>&1
    137138           echo "-> inserting the status for fillcallisto for sequence $sequence into the db" >> $scriptlog 2>&1
    138            setstatuslogpath=$logpath/setstatus/fillcallisto/`printf %04d $no`
     139           setstatuslogpath=$logpath/setstatus/fillcallisto/$no
    139140           if [ ! -d $setstatuslogpath ]
    140141           then
Note: See TracChangeset for help on using the changeset viewer.