Changeset 2858 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 01/20/04 15:03:28 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTask.cc
r2556 r2858 60 60 // return the status 'failed' return kERROR. 61 61 // 62 // - ReInit() The idea is, that 63 // a) we have one file per run 64 // b) each file contains so called run-headers which 65 // stores information 'per run', eg MRawRunHeader 66 // or the bad pixels 67 // c) this information must be evaluated somehow each 68 // time a new file is opened. 69 // 70 // If you use MReadMarsFile or MCT1ReadPreProc it is 71 // called each time a new file has been opened and the 72 // new run headers have been read before the first 73 // event of these file is preprocessed. 74 // 62 75 // - PostProcess(): executed after the eventloop. Here you can close 63 76 // output files, start display of the run parameter,
Note:
See TracChangeset
for help on using the changeset viewer.