Changeset 3493


Ignore:
Timestamp:
03/13/04 14:46:05 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3492 r3493  
    2020 2004/03/13: Markus Gaug
    2121   * mcalib/MHGausEvents.cc
    22    - changed default fit prob. limit from 0.005 to 0.001
    23 
     22     - changed default fit prob. limit from 0.005 to 0.001
     23
     24   * mbadpixels/MBadPixelsPix.h
     25     - IsCalibrationResultOK does not ask for FitOK any more
    2426
    2527 2004/03/12: Sebastian Raducci
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h

    r3477 r3493  
    107107                                                        IsCalibrationSignalOK()
    108108                                                    && !IsCalibrationOscillating()
    109                                                          && IsCalibrationFitOK()
    110109                                                   && (   (!IsHiGainSaturation() && !IsHiGainBad())
    111110                                                       || (IsHiGainSaturation() && !IsLoGainBad()) ) ;}
Note: See TracChangeset for help on using the changeset viewer.