Changeset 18244


Ignore:
Timestamp:
06/20/15 15:52:43 (9 years ago)
Author:
Daniela Dorner
Message:
enlarged window to search for half-risetime to 15
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msignal/MExtractFACT.cc

    r18243 r18244  
    210210
    211211            // Time is position of half hight leading edge
    212             pend = std::max(pbeg, pmax-10);
     212            pend = std::max(pbeg, pmax-15);
    213213            for (;pmax>=pend; pmax--)
    214214                if (*pmax<max/2)
Note: See TracChangeset for help on using the changeset viewer.