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

Legend:

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

    r8482 r8525  
    2525# ========================================================================
    2626#
    27 # This script is launching star for sequence.
     27# This script is launching star for sequences.
    2828#
    29 # In the case of star only one sequence is processed. Despite of
    30 # that the structure of the script is such, that also more sequences could
    31 # be processed. The restriction to one sequence has been made, as star
    32 # takes some time. There's one todo file per sequence.
    33 # First the script searches for a todo file. Then star is run for the
    34 # sequence from this todo file.
    35 #
    36 # the star.rc files are taken from the mars directory
     29# As star takes some time, only one sequence is processed at once.
     30# First the script gets a sequence number from the database, for which
     31# star has to be done (function gettodo). After setting the status in the
     32# database (set fStartTime to know, that the sequence is already being
     33# processed), the image parameters are calculated for the sequence.
     34# Afterwards the status in the database is updated according to the return
     35# value of star.
     36# The important INFOs, WARNings and ERRORs are written not only to the
     37# scriptlog but also to the processlog.
     38#
     39# The star.rc file is taken from the Mars directory.
    3740#
    3841
Note: See TracChangeset for help on using the changeset viewer.