Ignore:
Timestamp:
12/15/04 10:25:49 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5599 r5601  
    2121                                                 -*-*- END OF LINE -*-*-
    2222
     23 2004/12/15: Thomas Bretz (important bugfixes for callisto)
     24
     25   * callisto.rc:
     26     - fixed wrong names in comments
     27
     28   * mjobs/MJCalibrateSignal.cc:
     29     - fixed naming of the two MPedCalcFromLoGain
     30     - set correct pedestal container for extractor
     31
     32   * msignal/MArrivalTimeCam.h:
     33     - added Reset() function
     34
     35   * msignal/MExtractTime.cc:
     36     - replaced parts of the common PreProcess by new function PreProcessStd
     37
     38   * msignal/MExtractTimeAndCharge.cc:
     39     - removed Clear() in Process() -- this is automatically done by
     40       Reset()
     41
     42   * msignal/MExtractedSignalCam.h:
     43     - added Reset() function
     44
     45   * msignal/MExtractor.[h,cc]:
     46     - moved some common parts of PreProcess to new function PreProcessStd
     47       this fixed the problem that searching for fPedestals was
     48       overwritten in MExtractTime
     49
     50
     51
    2352 2004/12/15: Abelardo Moralejo
    2453
    25   * mmc/MMcConfigRunHeader.h
    26     - added data member fPmtTimeJitter, sigma of gaussian of the time
    27       jitter introduced in the time of each photoelectron.
     54   * mmc/MMcConfigRunHeader.h
     55     - added data member fPmtTimeJitter, sigma of gaussian of the time
     56       jitter introduced in the time of each photoelectron.
     57
     58
    2859
    2960 2004/12/14: Markus Gaug
    3061
    31   * msignal/MExtractor.[h,cc]
    32     - add possibility to set pedestal pointer from outside
    33 
    34   * msignal/MExtractTimeAndCharge.[h,cc]
    35     - make modification of extraction window only for case of now
    36       high-gain saturation.
    37 
    38   * msignal/MExtractTimeAndChargeSpline.cc
    39     - fixed some smaller bugs for special cases
    40 
    41   * mcalib/MCalibrationIntensityChargeCam.[h,cc]
    42     - implemented automatic plotting of Razmik plot and others
     62   * msignal/MExtractor.[h,cc]
     63     - add possibility to set pedestal pointer from outside
     64
     65   * msignal/MExtractTimeAndCharge.[h,cc]
     66     - make modification of extraction window only for case of now
     67       high-gain saturation.
     68
     69   * msignal/MExtractTimeAndChargeSpline.cc
     70     - fixed some smaller bugs for special cases
     71
     72   * mcalib/MCalibrationIntensityChargeCam.[h,cc]
     73     - implemented automatic plotting of Razmik plot and others
     74
    4375
    4476
    4577 2004/12/14: Markus Gaug and Abelardo Moralejo
    4678
    47   * msignal/MExtractFixedWindowPeakSearch.cc
    48     - adjusted the offset from peak search window to extraction window
    49       such that they start at the same slice for the case:
    50       fOffsetFromWindow=0. This was the original intention of the
    51       extractor and had been lost at some place. Instead, the default
    52       (fOffsetFromWindow=1) did before correspond to an offset of 2
    53       slices which gave wrong results for the calibration and further
    54       default settings.
    55     - Changed one comparison: (Byte_t - Byte_t) > 0 to (Byte_t > Byte_t)
    56       since the first mode is always true (a negative "byte" simply gives
    57       256-difference. The version before could have lead to crashes from
    58       time to time.
     79   * msignal/MExtractFixedWindowPeakSearch.cc
     80     - adjusted the offset from peak search window to extraction window
     81       such that they start at the same slice for the case:
     82       fOffsetFromWindow=0. This was the original intention of the
     83       extractor and had been lost at some place. Instead, the default
     84       (fOffsetFromWindow=1) did before correspond to an offset of 2
     85       slices which gave wrong results for the calibration and further
     86       default settings.
     87     - Changed one comparison: (Byte_t - Byte_t) > 0 to (Byte_t > Byte_t)
     88       since the first mode is always true (a negative "byte" simply gives
     89       256-difference. The version before could have lead to crashes from
     90       time to time.
     91
     92
    5993
    6094 2004/12/12: Abelardo Moralejo
     
    6599      warning.
    66100
     101
     102
    67103 2004/12/09: Markus Gaug
    68104 
    69   * mhcalib/MHCalibrationPix.[h,cc]
    70     - fixed a bug in Reset(), fSaturation was not resetted before.
    71       Affects only intensity calibraion.
    72   * mhcalib/MHGausEvents.cc
    73     - fixed bug in Reset(), histogram ranges were not reset before.
    74       Affects only intensity calibraion.
     105   * mhcalib/MHCalibrationPix.[h,cc]
     106     - fixed a bug in Reset(), fSaturation was not resetted before.
     107       Affects only intensity calibraion.
     108   * mhcalib/MHGausEvents.cc
     109     - fixed bug in Reset(), histogram ranges were not reset before.
     110       Affects only intensity calibraion.
     111
     112
    75113
    76114 2004/12/09: Thomas Bretz
    77115
    78  * mbadpixels/MBadPixelsTreat.cc:
    79    - set default in constructor to UseInterpolation, ProcessPedestalEvt
    80      and ProcessTimes which is the callisto default
    81    - enhanced comments in output
     116  * mbadpixels/MBadPixelsTreat.cc:
     117    - set default in constructor to UseInterpolation, ProcessPedestalEvt
     118      and ProcessTimes which is the callisto default
     119    - enhanced comments in output
     120
    82121
    83122
Note: See TracChangeset for help on using the changeset viewer.