Changeset 4156 for trunk/MagicSoft
- Timestamp:
- 05/24/04 18:39:11 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4152 r4156 45 45 mean. There were too many outliers still present in the weighted 46 46 mean such to modify the result by a sizeable amount. 47 - do not discard unreliable pixels any more in calculation of 48 mean number of phe.s In some runs, there is simply too many of 49 them in order to get reliable results. 47 50 48 51 * mpedestals/MPedCalcPedRun.cc -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r4150 r4156 928 928 } 929 929 930 if (bad.IsUnsuitable(MBadPixelsPix::kUnreliableRun))931 continue;930 // if (bad.IsUnsuitable(MBadPixelsPix::kUnreliableRun)) 931 // continue; 932 932 933 933 const Float_t nphe = pix.GetPheFFactorMethod();
Note:
See TracChangeset
for help on using the changeset viewer.