Changeset 4775
- Timestamp:
- 08/27/04 19:59:50 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4774 r4775 19 19 20 20 -*-*- END OF LINE -*-*- 21 22 23 2004/08/27: Hendrik Bartko 24 * msignal/MExtractTime.cc 25 - check that the pixel has a low gain before calculating the time 26 for the low gain in case of a saturated high gain. 27 21 28 2004/08/27: Markus Gaug 22 29 -
trunk/MagicSoft/Mars/msignal/MExtractTime.cc
r4732 r4775 202 202 Byte_t satlo=0; 203 203 204 if ( sathi)204 if ((sathi)&&pixel.HasLoGain()) 205 205 FindTimeLoGain(pixel.GetLoGainSamples()+fLoGainFirst, timelo, deltatimelo, satlo, ped); 206 206
Note:
See TracChangeset
for help on using the changeset viewer.