Ignore:
Timestamp:
07/11/05 10:34:49 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MImgCleanStd.cc

    r6855 r7179  
    3939// In both cases, the possibility to have a camera with pixels of
    4040// different area is taken into account.
    41 // The too noisy pixels can be recognized and eventally switched off
     41// The too noisy pixels can be recognized and eventually switched off
    4242// (Unmap: set blind pixels to UNUSED) separately, using the
    4343// MBlindPixelCalc Class. In the MBlindPixelCalc class there is also the
     
    170170// ===================
    171171// You use this cleaning method when you want to compare the number of
    172 // photo-electons of each pixel with the average pedestal RMS of the
     172// photo-electrons of each pixel with the average pedestal RMS of the
    173173// inner pixels (for the MAGIC camera they are the smaller ones):
    174174//Begin_Html
     
    259259// informations of the boundary part of the shower only on the first
    260260// neighbors of the CORE pixels.
    261 // There is the possibility now to look not only at the firs neighbors
     261// There is the possibility now to look not only at the first neighbors
    262262// (first ring),but also further away, around the CORE pixels. All the new
    263263// pixels you can find with this method, are tested with the second level
     
    511511//  Look for the boundary pixels around the core pixels
    512512//  if a pixel has more than 2.5 (clean level 2.5) sigma, and
    513 //  a core neigbor, it is declared as used.
     513//  a core neighbor, it is declared as used.
    514514//
    515515void MImgCleanStd::CleanStep3()
     
    744744// --------------------------------------------------------------------------
    745745//
    746 //  Process the GUI Events comming from the two text entry fields.
     746//  Process the GUI Events coming from the two text entry fields.
    747747//
    748748Bool_t MImgCleanStd::ProcessMessage(Int_t msg, Int_t submsg, Long_t param1, Long_t param2)
Note: See TracChangeset for help on using the changeset viewer.