Changeset 7460 for trunk/MagicSoft/Mars/datacenter/scripts/correcttime
- Timestamp:
- 01/10/06 22:12:58 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/correcttime
r7265 r7460 20 20 # Author(s): Daniela Dorner 08/2004 <mailto:dorner@astro.uni-wuerzburg.de> 21 21 # 22 # Copyright: MAGIC Software Development, 2000-200 422 # Copyright: MAGIC Software Development, 2000-2006 23 23 # 24 24 # 25 25 # ======================================================================== 26 26 # 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). 27 38 # 28 39 … … 56 67 esac 57 68 69 # retrieving runs from todo file 58 70 runs=(`cat $listpath/ToDo-$table-$column.txt`) 59 60 71 if [ "$runs" = "" ] 61 72 then … … 66 77 67 78 echo "runs: "${runs[@]} 68 69 79 for run in ${runs[@]} 70 80 do … … 80 90 timecorrpath=$outpath"/timecorrlogs" 81 91 echo "timecorrpath: "$timecorrpath 82 make 92 makedir $timecorrpath 83 93 84 94 check1=0
Note:
See TracChangeset
for help on using the changeset viewer.