Changeset 7615
- Timestamp:
- 03/20/06 10:09:18 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7613 r7615 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2006/03/20 Thomas Bretz 22 23 * mraw/MRawRunHeader.cc: 24 - if the pixels to be swaped are both not found, assume they are 25 intentially not mapped. Changed the Error to a Warning 26 27 20 28 21 29 2006/03/16 Daniela Dorner -
trunk/MagicSoft/Mars/NEWS
r7611 r7615 2 2 3 3 *** Version <cvs> 4 5 - callisto: At some times six pixels had to be exchanged manually in the 6 data. If the pixels to be swaped are both not found, an error was raised 7 and calibration was stopped. Now it is assumed they are intentially not 8 mapped and the Error has been changed to a Warning. 4 9 5 10 - star: Added new image cleaning based on the arrival time of the shower. … … 7 12 the the old one (like "Absolute) in the star.rc-file. 8 13 Recommended parameters: 9 MImgCleanStd.CleanLevel1: 8.210 MImgCleanStd.CleanLevel2: 511 MImgCleanStd.CleanRings: 212 MImgCleanStd.KeepSinglePixels: No14 + MImgCleanStd.CleanLevel1: 8.2 15 + MImgCleanStd.CleanLevel2: 5 16 + MImgCleanStd.CleanRings: 2 17 + MImgCleanStd.KeepSinglePixels: No 13 18 14 19 - star: Simplified the calculation of the effective on time. By letting -
trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc
r7579 r7615 147 147 if (i==n) 148 148 { 149 *fLog << err << "ERROR- Assignment of pixels with hardware ID " << id0 << " and " << id1;149 *fLog << warn << "WARNING - Assignment of pixels with hardware ID " << id0 << " and " << id1; 150 150 *fLog << " should be exchanged, but none were found." << endl; 151 return k FALSE;151 return kTRUE; 152 152 } 153 153
Note:
See TracChangeset
for help on using the changeset viewer.