Changeset 8525 for trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
- Timestamp:
- 05/17/07 13:47:42 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r8485 r8525 27 27 # This script is launching the calibration of sequences. 28 28 # 29 # In the case of calibration 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 the 32 # calibration takes some time. There's one todo file per sequence. 33 # First the script searches for a todo file. Then the sequence from this 34 # todo file is calibrated and the merpp update is done. 29 # As callisto takes some time, only one sequence is processed at once. 30 # First the script gets a sequence number from the database, for which 31 # the calibration has to be done (function gettodo). After setting the 32 # status in the database (set fStartTime to know, that the sequence is 33 # already being processed), the sequence is calibrated and the merpp 34 # update is done. Afterwards the status in the database is updated 35 # according to the return value of the program. In case one of the merpp 36 # update failes, also the corresponding runnumber is inserted into the 37 # database. 38 # The important INFOs, WARNings and ERRORs are written not only to the 39 # scriptlog but also to the processlog. 35 40 # 36 # the callisto.rc files are stored in the setup directory41 # The callisto.rc files are stored in the setup directory 37 42 # 38 43
Note:
See TracChangeset
for help on using the changeset viewer.