Ignore:
Timestamp:
02/19/04 11:00:22 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3238 r3239  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2004/01/19: Thomas Bretz
     7
     8   * mhist/MHEvent.[h,cc]:
     9     - Changed names of Event "types" to make them more descriptive.
     10       Former kEvtSignal is now called kEvtSignalDensity, and indicates
     11       pixel content scaled by area. Added kEvtSignalRaw, which
     12       corresponds to pixel content (with no scaling) in whatever units
     13       (this depends on how the MHEvent object is filled!). The default
     14       constructor initializes type=kEvtSignalRaw.
     15
     16   * mmain/MEventDisplay.cc
     17     - Changed filling of evt1 and evt2. Now they are filled with raw
     18       content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
     19       still filled uncalibrated (hence in ADC counts), this means that
     20       what will be now shown in Mars' camera display is now the signal
     21       in each pixel without scaling with pixel area. Given that the
     22       default flat fielding is such that equal light density
     23       corresponds to equal absolute signal (in ADC counts), this is
     24       more reasonable, and allows to check for instance how the
     25       relative pixel gains are adjusted by looking at calibration
     26       events. To be FIXED: there is however an "inconsistency" in
     27       MEventDisplay, and it is that MCerPhotEvt is still used to keep
     28       uncalibrated signals. To be replaced by MExtractedSignalCam?
     29
     30
    631 2004/01/19: Thomas Bretz
    732
Note: See TracChangeset for help on using the changeset viewer.