Changeset 7641 for trunk


Ignore:
Timestamp:
04/21/06 16:42:16 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/NEWS

    r7639 r7641  
    33 *** Version  <cvs>
    44
    5    - merpp: fixed a problem with reading the starguider reports after 6.3.2006
     5   - merpp: Adapted to new raw data file format version 6
     6
     7   - merpp: fixed a problem with reading the starguider reports
     8     after 6.3.2006
    69
    710   - callisto: At some times six pixels had to be exchanged manually in the
  • trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc

    r7640 r7641  
    3333//  =======================
    3434//
     35//  Format Version 6:
     36//  -----------------
     37//   + added CameraVersion
     38//   + added TelescopeNumber
     39//   + added ObservationMode
     40//   + added dummies for TelescopeRa/Dec
     41//
    3542//  Format Version 5:
     43//  -----------------
     44//   - now the sub millisecond information of the time is valid and decoded
     45//     which enhances the precision from 51.2us to 200ns
     46//
     47//  Format Version 4:
     48//  -----------------
     49//   - added support for pixels with negative IDs
     50//
     51//  Format Version 3:
     52//  -----------------
     53//   - ???
     54//
     55//  Format Version 2:
     56//  -----------------
     57//   - removed mjd from data
     58//   - added start time
     59//   - added stop  time
     60//
     61//
     62//  MRawRunHeader CLASS VERSION
     63//  ===========================
     64//
     65//  Class Version 4:
    3666//  -----------------
    3767//   - added fCameraVersion
     
    3969//   - changed length of fProjectName to 101
    4070//   - changed length of fSourceName  to 81
    41 //
    42 //  Format Version 6:
    43 //  -----------------
    44 //   - now the sub millisecond information of the time is valid and decoded
    45 //     which enhances the precision from 51.2us to 200ns
    46 //
    47 //  Format Version 4:
    48 //  -----------------
    49 //   - added support for pixels with negative IDs
    50 //
    51 //  Format Version 3:
    52 //  -----------------
    53 //   - ???
    54 //
    55 //  Format Version 2:
    56 //  -----------------
    57 //   - removed mjd from data
    58 //   - added start time
    59 //   - added stop  time
    60 //
    61 //
    62 //  MRawRunHeader CLASS VERSION
    63 //  ===========================
    6471//
    6572//  Class Version 3:
  • trunk/MagicSoft/Mars/mraw/MRawRunHeader.h

    r7640 r7641  
    122122    Bool_t ReadEvt(istream& fin);
    123123
    124     ClassDef(MRawRunHeader, 3)  // storage container for general info
     124    ClassDef(MRawRunHeader, 4)  // storage container for general info
    125125};
    126126#endif
Note: See TracChangeset for help on using the changeset viewer.