Changeset 4860
- Timestamp:
- 09/05/04 16:34:46 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4858 r4860 50 50 * mcalib/CalibLinkDef.h 51 51 * mcalib/MCalibrationQECamMagic.[h,cc] 52 * htmldoc/images/Cornings.gif 52 53 - new class derived from MCalibrationQECam which intialized the 53 54 cornings for the Magic camera -
trunk/MagicSoft/Mars/mcalib/MCalibrationQECamMagic.cc
r4858 r4860 28 28 // MCalibrationQECamMagic 29 29 // 30 // Storage container for the calibrated Quantum Efficiency of the whole camera .30 // Storage container for the calibrated Quantum Efficiency of the whole camera 31 31 // with Corning Blue and Corning Red values initialized for the MAGIC camera. 32 // The values are valid for the camera after July 5, 2004. 32 33 // 33 // See also: MCalibrationQECam, MCalibrationQEPix 34 // The following plots display the distributions of the cornings: 35 // * The corning blue w.r.t. the pixel index: 36 // One can see the selection of pixels such that the highest corning blue values 37 // are located towards the center of the camera. 38 // * The corning red w.r.t. the pixel index: 39 // One can see that there is a population in the outmost ring of inner pixels 40 // with much lower corning reds. This characteristic is also valid for the 41 // quantum efficiency in the green. 42 // * The corning blue vs. the corning red for the inner and outer pixels, 43 // respectively. The two populations are clearly visible for the inner pixels, 44 // while for the outer ones, there is only one population with a bigger spread. 45 // The blue line marks the distinction of the two populations as used in 46 // MCalibrationChargeCalc. 47 // 48 //Begin_Html 49 /* 50 <img src="images/Cornings.gif"> 51 */ 52 //End_Html 53 // 54 // See also: MCalibrationQECam, MCalibrationQEPix, MCalibrationChargeCalc 34 55 // 35 56 /////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.