Changeset 7641 for trunk/MagicSoft/Mars
- Timestamp:
- 04/21/06 16:42:16 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/NEWS
r7639 r7641 3 3 *** Version <cvs> 4 4 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 6 9 7 10 - callisto: At some times six pixels had to be exchanged manually in the -
trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc
r7640 r7641 33 33 // ======================= 34 34 // 35 // Format Version 6: 36 // ----------------- 37 // + added CameraVersion 38 // + added TelescopeNumber 39 // + added ObservationMode 40 // + added dummies for TelescopeRa/Dec 41 // 35 42 // 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: 36 66 // ----------------- 37 67 // - added fCameraVersion … … 39 69 // - changed length of fProjectName to 101 40 70 // - changed length of fSourceName to 81 41 //42 // Format Version 6:43 // -----------------44 // - now the sub millisecond information of the time is valid and decoded45 // which enhances the precision from 51.2us to 200ns46 //47 // Format Version 4:48 // -----------------49 // - added support for pixels with negative IDs50 //51 // Format Version 3:52 // -----------------53 // - ???54 //55 // Format Version 2:56 // -----------------57 // - removed mjd from data58 // - added start time59 // - added stop time60 //61 //62 // MRawRunHeader CLASS VERSION63 // ===========================64 71 // 65 72 // Class Version 3: -
trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
r7640 r7641 122 122 Bool_t ReadEvt(istream& fin); 123 123 124 ClassDef(MRawRunHeader, 3) // storage container for general info124 ClassDef(MRawRunHeader, 4) // storage container for general info 125 125 }; 126 126 #endif
Note:
See TracChangeset
for help on using the changeset viewer.