Changeset 1641 for trunk/MagicSoft/Mars
- Timestamp:
- 11/18/02 18:22:31 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1636 r1641 1 1 -*-*- 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 2 14 3 15 2002/11/18: Thomas Bretz -
trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc
r1640 r1641 93 93 // (std: 3 sigma, clean level 1) 94 94 // 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 // 95 100 // Returns the maximum Pixel Id (used for ispixused in CleanStep2) 96 101 //
Note:
See TracChangeset
for help on using the changeset viewer.