Changeset 4775


Ignore:
Timestamp:
08/27/04 19:59:50 (20 years ago)
Author:
hbartko
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4774 r4775  
    1919
    2020                                                 -*-*- 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
    2128 2004/08/27: Markus Gaug
    2229
  • trunk/MagicSoft/Mars/msignal/MExtractTime.cc

    r4732 r4775  
    202202      Byte_t satlo=0;
    203203
    204       if (sathi)
     204      if ((sathi)&&pixel.HasLoGain())
    205205          FindTimeLoGain(pixel.GetLoGainSamples()+fLoGainFirst, timelo, deltatimelo, satlo, ped);
    206206
Note: See TracChangeset for help on using the changeset viewer.