Changeset 1925


Ignore:
Timestamp:
04/08/03 11:45:09 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1924 r1925  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3 2003/04/08: Abelardo Moralejo
     4
     5   * manalysis/MImgCleanStd.cc
     6     - Fixed "democratic" cleaning: now tail cut is proportional
     7       to pixel area instead of pixel radius as (erroneously) was
     8       before.
     9
     10   * NEWS
     11     - Changed comment on image cleaning.
    212
    313 2003/04/08: Thomas Bretz
  • trunk/MagicSoft/Mars/NEWS

    r1923 r1925  
    88   - added pedestal calculation
    99
    10    - implemented "democratic cleaning" (cut value proportional to square
    11      root of pixel area) according to Wolfgang's suggestion.
     10   - implemented "democratic cleaning" (tail cut value proportional
     11     to pixel area) according to Wolfgang's suggestion.
    1212
    1313   - added Sigmabar treatment (calculation and basic histogramming)
  • trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc

    r1880 r1925  
    119119        const Int_t id = pix.GetPixId();
    120120
    121         const Double_t ratio = TMath::Sqrt(fCam->GetPixRatio(id));
     121        const Double_t ratio = fCam->GetPixRatio(id);
    122122
    123123        // COBB: '<=' to skip entry=noise=0
Note: See TracChangeset for help on using the changeset viewer.