Changeset 3733
- Timestamp:
- 04/14/04 16:15:19 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3732 r3733 35 35 - add two new types in GetPixelContent, add documentation of 36 36 GetPixelContent 37 38 * msignal/MArrivalTimeCalc2.cc 39 - commented the warning for pixels with lowgain saturation 37 40 38 41 -
trunk/MagicSoft/Mars/msignal/MArrivalTimeCalc2.cc
r3306 r3733 253 253 // Print a warning if event has saturationg lo-gains 254 254 // 255 if (sat)256 *fLog << warn << "WARNING - Lo Gain saturated in " << sat << " pixels." << endl;255 // if (sat) 256 // *fLog << warn << "WARNING - Lo Gain saturated in " << sat << " pixels." << endl; 257 257 258 258 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.