Ignore:
Timestamp:
12/10/07 17:45:36 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8779 r8780  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
    21  2007/12/03 Stefan Ruegamer
     21 2007/12/10 Thomas Bretz
     22
     23   * mfileio/MReadReports.cc:
     24     - due to a tiny misconception the last event in trees was skipped
     25       simply because no time-stamp for a next event followed...
     26       fixed.
     27
     28   * mhflux/MAlphaFitter.[h,cc]:
     29     - added a new member function FixScale() to fix the scale
     30
     31   * mhflux/MHAlpha.cc:
     32     - replaced the check whether the significance is >1 by a check
     33       whether it is >0. 0 means calculation failed. So all
     34       valid data points are shown. If no significance could
     35       be calculated (negative flux) the data point is omitted.
     36     - fixed a few drawing problems, which sometimes suppressed the
     37       time-histogram even if it contained valid data (this only
     38       affected very very short sequences - with a single time bin)
     39
     40   * mjobs/MDataSet.[h,cc]:
     41     - implemented a possibility to use put the sequence inside the
     42       dataset file
     43     - improved comments
     44     - allow to exclude runs from within the dataset file
     45
     46   * mjobs/MSequence.[h,cc]:
     47     - added a new data member to store excluded runs. This is
     48       needed to be able to store everything correctly later.
     49     - improved comments
     50     - added possibility to exclude previously set runs
     51     - added a few member functions to check which runs are contained
     52     - comment out some currently obsolete member function
     53     - allow to read the resources of a sequence file prefixed
     54       this is used in the new option of MDataSet
     55     - increased class version number accordingly
     56
     57
     58
     59 2007/12/10 Stefan Ruegamer
    2260
    2361   * steps.rc
     
    2866
    2967
     68
     69 2007/12/03 Stefan Ruegamer
    3070
    3171   * datacenter/script/sourcefile
Note: See TracChangeset for help on using the changeset viewer.