Ignore:
Timestamp:
05/09/07 17:05:15 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7944 r8482  
    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#
     
    3131# Then for each run the timing correction is done
    3232# If this was successful, the status is inserted into the database using
    33 # the macro setstatus.C
     33# the function setstatus.
    3434#
    3535# This script was needed for the data between 06/2004 and 02/2005 (including
     
    6969   printprocesslog "INFO run correct_raw_time for run $run"
    7070   no=`printf %08d $run | cut -c 1-5`
    71    var1=$no
    72    var2=$run
    7371   echo "getting path for run $run ... " >> $scriptlog 2>&1
    74    infile=`find $datapath/rawfiles-wrong-timing/ -name *${run}_[D,C,P,S]_*`
     72   infile=`find $datapath/rawfiles-wrong-timing/ -name *${run}_[DCPS]_*`
    7573   echo "infile:"$infile >> $scriptlog 2>&1
    7674   outfile=`echo $infile | sed -e 's/-wrong-timing//g'`
     
    8684   check1=0
    8785   echo "run $program..." >> $scriptlog 2>&1
     86   primvar=$run
    8887   setstatus "start" >> $scriptlog 2>&1
    8988
Note: See TracChangeset for help on using the changeset viewer.