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

Legend:

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

    r7982 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#
     
    3232# checked by using the macro checkfilesavail.C
    3333# If this was successful, the status is inserted into the database using
    34 # the macro setstatus.C
     34# the function setstatus.
    3535#
    3636
     
    6868   no=`printf %08d $sequence | cut -c 0-4`
    6969   no2=`printf %08d $sequence`
    70    var1=$no
    71    var2=$no2
    7270   checkfileavailpath=$logpath/$program/$no
    7371   makedir $checkfileavailpath  >> $scriptlog 2>&1
     
    7674   sequencefile=$sequpath/$no/sequence$no2.txt
    7775
     76   primvar=$no2
    7877   setstatus "start" >> $scriptlog 2>&1
    7978
Note: See TracChangeset for help on using the changeset viewer.