Changeset 7736


Ignore:
Timestamp:
05/24/06 12:58:40 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7735 r7736  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2006/05/24 Thomas Bretz
     22
     23   * mbadpixels/MBadPixelsTreat.cc:
     24     - another small improvement, set fMaxArrivalTimeDiff to 0.9
     25
     26
    2027
    2128 2006/05/23 Daniela Dorner
  • trunk/MagicSoft/Mars/NEWS

    r7733 r7736  
    33 *** Version  <cvs>
    44
    5    - genetral: changed the binning of the azimuthal profile of the camera
     5   - general: changed the binning of the azimuthal profile of the camera
    66     such that it is aligned with the 60deg boundaries.
    77     
     
    2222     to set the maximum arrival time difference allowed for the
    2323     badpixel algorithm to determin whether a pixels belongs to a shower:
    24        MJCalibrateSignal.MBadPixelsTreat.MaxArrivalTimeDiff: 1.0
     24       MJCalibrateSignal.MBadPixelsTreat.MaxArrivalTimeDiff: 0.9
    2525
    2626   - callisto: changed the old value (0.5) for MaxArrivalTimeDiff
    27      to 1.0 as suggested by Stefan due to a recent study on the fraction
     27     to 0.9 as suggested by Stefan due to a recent study on the fraction
    2828     of pixels surviving the image cleaning
    2929   
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc

    r7733 r7736  
    108108MBadPixelsTreat::MBadPixelsTreat(const char *name, const char *title)
    109109    : fGeomCam(0), fEvt(0), fBadPixels(0), fPedPhot1(0), fPedPhot2(0),
    110     fFlags(0), fNumMinNeighbors(3), fMaxArrivalTimeDiff(1.0)
     110    fFlags(0), fNumMinNeighbors(3), fMaxArrivalTimeDiff(0.9)
    111111{
    112112    fName  = name  ? name  : gsDefName.Data();
     
    600600//   MBadPixelsTreat.ProcessPedestalEvt:  no
    601601//   MBadPixelsTreat.NumMinNeighbors:     3
    602 //   MBadPixelsTreat.MaxArrivalTimeDiff:  1.0
     602//   MBadPixelsTreat.MaxArrivalTimeDiff:  0.9
    603603//
    604604Int_t MBadPixelsTreat::ReadEnv(const TEnv &env, TString prefix, Bool_t print)
Note: See TracChangeset for help on using the changeset viewer.