Changeset 8525 for trunk/MagicSoft/Mars/datacenter/scripts/runstar
- Timestamp:
- 05/17/07 13:47:42 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r8482 r8525 25 25 # ======================================================================== 26 26 # 27 # This script is launching star for sequence .27 # This script is launching star for sequences. 28 28 # 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. 37 40 # 38 41
Note:
See TracChangeset
for help on using the changeset viewer.