Ignore:
Timestamp:
04/14/13 00:28:28 (12 years ago)
Author:
Daniela Dorner
Message:
adapted name of logfile
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Processing/FillRatescans.sh

    r15067 r15329  
    77source $HEADAS/headas-init.sh
    88
    9 logfile=$runlogpath"/FillTemp-"$datetime".log"
     9logfile=$runlogpath"/FillRatescan-"$datetime".log"
    1010date >> $logfile
    1111
     
    3131   auxdir=$auxdata/$date
    3232   runnumber=`echo $date | sed -e 's/\///g'`
     33   echo $auxdir
    3334   
    3435   # check if aux files are available from that night
     
    4243   
    4344   ratescanfile=$auxdir/$runnumber.RATE_SCAN_DATA.fits
     45   ls $ratescanfile
    4446   if ! [ -e $ratescanfile ]
    4547   then
Note: See TracChangeset for help on using the changeset viewer.