Ignore:
Timestamp:
01/11/07 14:56:24 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8243 r8244  
    2525   * mbase/MLogManip.h:
    2626     - encapsulated an include in ifdefs
     27
     28   * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
     29     - updated log-output
     30
     31   * mhflux/MHEnergyEst.cc:
     32     - replaced difficult to see green by blue
     33
     34   * mjobs/MDataSet.[h,cc]:
     35     - added datat members for path of sequences and path of data files
     36       to be able to store overwritten defaults
     37     - check completeness of dataset files
     38     - store a MSequence object in the list instead of the name and dir
     39       (this is necessary to have all important information for a dataset
     40        file, including the sequence number! - available)
     41     - some changes to the output
     42     - allow to print a perfect copy of the read dataset file to the console
     43       just from the contents of the object
     44
     45   * mjobs/MJStar.cc:
     46     - updated to use MSequence::GetFileName instead of MSequence:GetName
     47
     48   * mjobs/MSequence.[h,cc]:
     49     - keep filename and datapath in header, this has some advantages
     50       for sanity checks
     51     - many improvements of sanity checking in case of missing or
     52       unaccessible files
     53     - Fixed "lightConditions" (was "LightCondition")
     54     - Fixed "No_Moon"         (was "NoMoon")
     55     - allow to set the data path as second argument in the constructor
     56     - implemented a check whether the sequence file is complete
     57
     58   * mjobs/MJCut.[h,cc]:
     59     - added some code (still commented out) to display the excess rate
     60     - with the other changes we can now store the original dataset in
     61       the output
     62
     63   * mjoptim/MJOptimize.cc:
     64     - Keep the sequence files in the file list instead of just the
     65       filename and the directory
     66
     67   * mjtrain/MJTrainDisp.cc:
     68     - use return value of MDataSet::AddFilesOn/Off for a sanity check
    2769
    2870
Note: See TracChangeset for help on using the changeset viewer.