Ignore:
Timestamp:
11/29/04 19:03:54 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5505 r5506  
    2020
    2121                                                 -*-*- END OF LINE -*-*-
     22
     23 2004/11/29: Markus Gaug
     24
     25   * mjobs/MJPedestal.[h,cc]
     26     - implemented the possibility to extract the pedestal with a
     27       signal extractor. In order to do so, two new commands have to
     28       be executed:
     29       1) MJPedestal::SetExtractorResolution()
     30       2) MJPedestal::SetPedestals(MPedestalCam& )
     31       In the second case, a fully filled PedestalCam has to be
     32       given, which will remained unchanged, however. This cam is
     33       used only to subtract the (AB-noise corrected) pedestals with
     34       the signal extractor.
     35     
     36       The newly created pedestal Cam can be retrieved via:
     37       MJPedestal::GetPedestals()
     38       (like in the other cases as well).
     39   
     40       The name of the extractor-filled pedestal cam can be set with:
     41       MJPedestal::SetNameExtractorCam()
     42
    2243
    2344 2004/11/28: Markus Gaug
Note: See TracChangeset for help on using the changeset viewer.