Changeset 3509 for trunk/MagicSoft/Mars
- Timestamp:
- 03/15/04 17:47:48 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3507 r3509 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/03/15: Markus Gaug 22 * mcalib/MCalibrationChargePix.[h,cc] 23 * mcalib/MCalibrationChargeCam.[h,cc] 24 * mcalib/MCalibrationChargeCalc.cc 25 26 - conversion from hi- to logain now not applied until the value is 27 exported outside the class. This is necessary for the error 28 propagation in the F-Factor method: In the calculation of the 29 number of Phe, the conversion factors cancel out and do not 30 enlarge the errors 31 32 - pixels with number of phe's outside the range defined by 33 fPheFFactorRelErrLimit are not any more declared as: 34 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE , 35 but instead as: 36 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE, 37 Like this, everybody is allowed to calibrate pixels which give 38 no reasonable results in the calibration without bothering that 39 too many pixels fall out. Enjoy! 40 20 41 21 42 2004/03/15: Abelardo Moralejo
Note:
See TracChangeset
for help on using the changeset viewer.