Changeset 1641 for trunk


Ignore:
Timestamp:
11/18/02 18:22:31 (22 years ago)
Author:
bigongia
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1636 r1641  
    11                                                                  -*-*- END -*-*-
     2
     3 2002/11/18: Abelardo Moralejo
     4
     5   * manalysis/MImgCleanStd.cc:
     6     - implemented "democratic cleaning" (cut value proportional to square
     7       root of pixel area) according to Wolfgang's suggestion.
     8
     9   * macros/MagicHillas.C:
     10     - added missing declaration MHillasSrcCalc csrc2;
     11
     12   * mgeom/MGeomPix.cc:
     13     - fixed some typos in comments
    214
    315 2002/11/18: Thomas Bretz
  • trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc

    r1640 r1641  
    9393//  (std: 3 sigma, clean level 1)
    9494//
     95//
     96//  AM 18/11/2002: now cut levels are proportional to the square root
     97//  of the pixel area. In this way the cut corresponds to a fixed
     98//  phe-density (otherwise, it would bias the images).
     99//
    95100//  Returns the maximum Pixel Id (used for ispixused in CleanStep2)
    96101//
Note: See TracChangeset for help on using the changeset viewer.