Index: trunk/MagicSoft/Mars/datacenter/scripts/runstar
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runstar	(revision 8482)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runstar	(revision 8525)
@@ -25,14 +25,17 @@
 # ========================================================================
 #
-# This script is launching star for sequence.
+# This script is launching star for sequences.
 # 
-# In the case of star only one sequence is processed. Despite of 
-# that the structure of the script is such, that also more sequences could
-# be processed. The restriction to one sequence has been made, as star
-# takes some time. There's one todo file per sequence. 
-# First the script searches for a todo file. Then star is run for the 
-# sequence from this todo file. 
-#
-# the star.rc files are taken from the mars directory
+# As star takes some time, only one sequence is processed at once. 
+# First the script gets a sequence number from the database, for which 
+# star has to be done (function gettodo). After setting the status in the 
+# database (set fStartTime to know, that the sequence is already being 
+# processed), the image parameters are calculated for the sequence. 
+# Afterwards the status in the database is updated according to the return 
+# value of star. 
+# The important INFOs, WARNings and ERRORs are written not only to the 
+# scriptlog but also to the processlog. 
+# 
+# The star.rc file is taken from the Mars directory.
 #
 
