Ignore:
Timestamp:
01/10/06 22:12:58 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7265 r7460  
    2020#   Author(s): Daniela Dorner  08/2004 <mailto:dorner@astro.uni-wuerzburg.de>
    2121#
    22 #   Copyright: MAGIC Software Development, 2000-2004
     22#   Copyright: MAGIC Software Development, 2000-2006
    2323#
    2424#
    2525# ========================================================================
    2626#
     27# This script runs the timing correction for all run, that need the timing
     28# correction
     29#
     30# After checking, if the script is already running, the todolist is
     31# written by using the macro getdolist.C
     32# Then for each run the timing correction is done
     33# If this was successful, the status is inserted into the database using
     34# the macro setstatus.C
     35#
     36# This script was needed for the data between 06/2004 and 02/2005 (including
     37# this months).
    2738#
    2839
     
    5667esac
    5768
     69# retrieving runs from todo file
    5870runs=(`cat $listpath/ToDo-$table-$column.txt`)
    59 
    6071if [ "$runs" = "" ]
    6172then
     
    6677
    6778echo "runs: "${runs[@]}
    68 
    6979for run in ${runs[@]}
    7080do
     
    8090  timecorrpath=$outpath"/timecorrlogs"
    8191  echo "timecorrpath: "$timecorrpath
    82   make dir $timecorrpath
     92  makedir $timecorrpath
    8393 
    8494  check1=0
Note: See TracChangeset for help on using the changeset viewer.