Changeset 8452 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 04/27/07 11:05:11 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8451 r8452 19 19 -*-*- END OF LINE -*-*- 20 20 21 2007/04/27 Thomas Bretz 22 23 * mcalib/CalibLinkDef.h, mcalib/Makefile: 24 - removed obsolete MCalibrationIntensityCam 25 - removed obsolete MCalibrationIntensityChargeCam 26 27 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc], 28 mcalib/MCalibrateData.[h,cc], mhcalib/MHCalibrationChargeCam.[h,cc]: 29 - removed obsolete MCalibrationIntensityChargeCam and replaced by 30 MCalibrationChargeCam 31 32 * mcalib/MCalibrationChargeCalc.[h,cc]: 33 - removed obsolete MCalibrationIntensityChargeCam and replaced by 34 MCalibrationChargeCam 35 - to realize the difference between continous and single calibration 36 a new data member fContinousCalibration has been introduced 37 - consequently increased version number to 6 38 - do not set any exclusion in ReInit. it is nonsense not to fill 39 histograms which might give (or give not) correct result, 40 if the checks are all executed anyhow 41 42 * mcalib/MCalibrationRelTimeCalc.cc: 43 - do not set any exclusion in ReInit and if a pixel is unsuitable. 44 it is nonsense not to fill histograms which might give (or give 45 not) correct result, if the checks are all executed anyhow 46 - switched on the check for outliers 47 - outliers are now set unsuitable rather than unreliable 48 - some code simplification of the checks 49 50 * mcalib/MCalibrationChargeCam.cc: 51 - added a comment in the Clear member function 52 53 * mcalib/MCalibrationRelTimeCam.cc: 54 - some fixes of looong Form statements 55 - a small cosmetic change to GetPixelContent 56 - replaced the old check of the average time resolution by 57 a more accurate check using the median and deviation 58 59 * mhcalib/MHCalibrationRelTimeCam.[h,cc]: 60 - removed data member fReferencePixel and corresponding code 61 - use the median of pixels with area index 0 as reference instead of 62 an artificial pixel 63 64 * mhcalib/MHCalibrationCam.[h,cc]: 65 - finally removed all dependencies on the intensity cams and replaced 66 them by the direct cam 67 - if the lo-gain histogram is empty this is not a reason for an 68 uncalibrated pixel. At least in case of extracted properties (charge 69 and time) it is ok. 70 71 * mjobs/MJCalibration.cc: 72 - let MCalibrationRelTimeCalc run after MCalibrationChargeCalc 73 otherwise almost all unsuitable pixels have deviating 74 relative arrival resolution. 75 - added new level for deviating time reolution to plot of bad pixels 76 - changed reference lines for timr resolution plots 77 - removed data member fRefTimeOffsetInner, it is now 0 by definition 78 79 * mjobs/MJCalibrateSignal.cc: 80 - finally removed all dependencies of Intensity cams 81 - enable ContinousCalibration in MCalibrationChargeCalc instead 82 - switched on interleaved relative time calibration 83 84 * mbadpixels/MBadPixelsPix.h: 85 - adapted to new unsuitable flag kDeviatingTimeResolution 86 87 * callisto_mux.rc: 88 - removed the obsolete resource statement about the level 89 for the relative arrival time check. 90 91 * mjobs/calibrationref.rc, mjobs/calibrationref_Dec04.rc, 92 mjobs/calibrationref_Nov04.rc, resources/calibrationref_mux.rc: 93 - changed time resolution references accordingly 94 95 96 21 97 2007/04/26 Thomas Bretz 22 98
Note:
See TracChangeset
for help on using the changeset viewer.