- Timestamp:
- 05/24/06 12:58:40 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7735 r7736 18 18 19 19 -*-*- 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 20 27 21 28 2006/05/23 Daniela Dorner -
trunk/MagicSoft/Mars/NEWS
r7733 r7736 3 3 *** Version <cvs> 4 4 5 - gene tral: changed the binning of the azimuthal profile of the camera5 - general: changed the binning of the azimuthal profile of the camera 6 6 such that it is aligned with the 60deg boundaries. 7 7 … … 22 22 to set the maximum arrival time difference allowed for the 23 23 badpixel algorithm to determin whether a pixels belongs to a shower: 24 MJCalibrateSignal.MBadPixelsTreat.MaxArrivalTimeDiff: 1.024 MJCalibrateSignal.MBadPixelsTreat.MaxArrivalTimeDiff: 0.9 25 25 26 26 - callisto: changed the old value (0.5) for MaxArrivalTimeDiff 27 to 1.0as suggested by Stefan due to a recent study on the fraction27 to 0.9 as suggested by Stefan due to a recent study on the fraction 28 28 of pixels surviving the image cleaning 29 29 -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc
r7733 r7736 108 108 MBadPixelsTreat::MBadPixelsTreat(const char *name, const char *title) 109 109 : 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) 111 111 { 112 112 fName = name ? name : gsDefName.Data(); … … 600 600 // MBadPixelsTreat.ProcessPedestalEvt: no 601 601 // MBadPixelsTreat.NumMinNeighbors: 3 602 // MBadPixelsTreat.MaxArrivalTimeDiff: 1.0602 // MBadPixelsTreat.MaxArrivalTimeDiff: 0.9 603 603 // 604 604 Int_t MBadPixelsTreat::ReadEnv(const TEnv &env, TString prefix, Bool_t print)
Note:
See TracChangeset
for help on using the changeset viewer.