Changeset 7179 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 07/11/05 10:34:49 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MImgCleanStd.cc
r6855 r7179 39 39 // In both cases, the possibility to have a camera with pixels of 40 40 // different area is taken into account. 41 // The too noisy pixels can be recognized and event ally switched off41 // The too noisy pixels can be recognized and eventually switched off 42 42 // (Unmap: set blind pixels to UNUSED) separately, using the 43 43 // MBlindPixelCalc Class. In the MBlindPixelCalc class there is also the … … 170 170 // =================== 171 171 // You use this cleaning method when you want to compare the number of 172 // photo-elect ons of each pixel with the average pedestal RMS of the172 // photo-electrons of each pixel with the average pedestal RMS of the 173 173 // inner pixels (for the MAGIC camera they are the smaller ones): 174 174 //Begin_Html … … 259 259 // informations of the boundary part of the shower only on the first 260 260 // neighbors of the CORE pixels. 261 // There is the possibility now to look not only at the firs neighbors261 // There is the possibility now to look not only at the first neighbors 262 262 // (first ring),but also further away, around the CORE pixels. All the new 263 263 // pixels you can find with this method, are tested with the second level … … 511 511 // Look for the boundary pixels around the core pixels 512 512 // if a pixel has more than 2.5 (clean level 2.5) sigma, and 513 // a core neig bor, it is declared as used.513 // a core neighbor, it is declared as used. 514 514 // 515 515 void MImgCleanStd::CleanStep3() … … 744 744 // -------------------------------------------------------------------------- 745 745 // 746 // Process the GUI Events com ming from the two text entry fields.746 // Process the GUI Events coming from the two text entry fields. 747 747 // 748 748 Bool_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.