Changeset 2093 for trunk/MagicSoft


Ignore:
Timestamp:
05/08/03 10:29:19 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2092 r2093  
    11                                                 -*-*- END OF LINE -*-*-
    22
     3 2003/05/08: Abelardo Moralejo
     4
     5   * mimage/MImgCleanStd.cc
     6     - extended comment on standard cleaning.
    37
    48 2003/05/07: Nadia Tonello
     
    610   * manalysis/MCT1PointingCorrCalc.[h,cc]
    711     - deleted the fMcEvt variable (not used).
    8 
    912
    1013
  • trunk/MagicSoft/Mars/mimage/MImgCleanStd.cc

    r2080 r2093  
    142142//
    143143//              !!WARNING: if noise independent from the
    144 //                        pixel size is considered,
    145 //                  this weight can give wrong results!!
     144//         pixel size (example: electronic noise) is introduced,
     145//         then the noise fluctuations are no longer proportional
     146//         to sqrt(A_i), and then the cut value (for a camera with
     147//         pixels of different sizes) resulting from the above
     148//         procedure  would not be proportional to pixel size as we
     149//         intend. In that case, democratic cleaning is preferred.
     150//
    146151// If
    147152//Begin_Html
Note: See TracChangeset for help on using the changeset viewer.