Ignore:
Timestamp:
06/17/07 15:51:55 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8566 r8571  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2007/06/17 Thomas Bretz
     22
     23   * mpedestal/MExtractPedestal.[h,cc],
     24     mpedestal/MPedestalSubtract.cc,
     25     mpedestal/MPedestalSubtractedEvt.[h,cc]:
     26     - changed USample_t finally from Byte_t to UShort_t
     27     - adapted Memcpy accordingly
     28
     29   * mraw/MRawEvtData.[h,cc]:
     30     - increased class version to 7
     31     - added fNumBytesPerSample for simplification
     32     - take fNumBytesPerSample into account
     33     - changed draw and print option accordingly
     34     - changed reading of pixel information (in fact it is a
     35       simplification allowed by the flexible storage format)
     36     - added a private GetSample  member function to be used in
     37       data access for drawing a pixel
     38     - added returning of the scale (2^((numbytes-1)*8))
     39     - FIXME: GetPixelContent must be reimplemented!
     40
     41   * mraw/MRawEvtPixelIter.[h,cc]:
     42     - changed according to changes in MRawEvtData to support
     43       flexible daza format
     44     - removed a lot of old, obsolete and unsused member functions
     45
     46
    2047
    2148 2007/06/16 Thomas Bretz
Note: See TracChangeset for help on using the changeset viewer.