Ignore:
Timestamp:
12/19/07 18:53:03 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8794 r8795  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2007/12/19 Thomas Bretz
     22
     23   * callisto.cc:
     24     - commented out the obsolete unsused code for moon observations
     25
     26   * mbase/MStatusDisplay.cc:
     27     - added (obsolete?) initialization of fBar suggested by valgrind
     28
     29   * mcalib/MCalibCalcFromPast.cc:
     30     - replaced some floats in sums by doubles
     31
     32   * mextralgo/MExtralgoSpline.[h,cc]:
     33     - fixed some typos in a comment
     34     - removed the first and obsolete argument (sat) from the
     35       Extract member function
     36     - initialize x1 and x2 in GetMax as suggested by valgrind
     37       (should not be necessary)
     38
     39   * mhcalib/HCalibLinkDef.h, mhcalib/Makefile:
     40     - removed obsolete MHPedestal class
     41
     42   * mjobs/MJCalibrateSignal.cc:
     43     - resorted includes, removed obsolete ones
     44
     45   * mjobs/MJPedestal.[h,cc]:
     46     - resorted includes, removed obsolete ones
     47     - removed obsolete fIsUseHists and corresponding code
     48
     49   * mjobs/MSequence.cc:
     50     - allow also NoMoon in addition to No_Moon (which was anyhow
     51       printed if Print was called)
     52
     53   * mpedestal/MExtractPedestal.cc:
     54     - replaced a float in a sum-loop by a double
     55
     56   * mpedestal/MPedestalCam.[h,cc]:
     57     - tiny change to Print function
     58     - some improvements to comments
     59
     60   * mpedestal/MPedestalSubtract.cc:
     61     - removed an obsolete cast in memcpy
     62     - fixed a bug (the *src-ptr was not increased when no pedestal
     63       was given)
     64
     65   * msignal/MExtractTimeAndChargeSpline.cc:
     66     - removed the first argument from call to the Extracy function
     67
     68
    2069
    2170 2007/12/18 Daniela Dorner
Note: See TracChangeset for help on using the changeset viewer.