Ignore:
Timestamp:
04/07/05 11:32:22 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc

    r6902 r6913  
    300300    case 45470:
    301301    case 45484:
    302     case 45490:
    303302    case 45493:
    304303    case 45502:
  • trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc

    r6855 r6913  
    520520                if (ubad.IsUncalibrated(MBadPixelsPix::kChargeIsPedestal))
    521521                  {
    522                     *fLog << warn << GetDescriptor() << "Probably calibration pulses have been lost!!!!" << endl;
    523                     *fLog << warn << "Will not update calib. factors any more!!!!" << endl;
     522                    *fLog << warn << GetDescriptor() << ": Mean charge in inner pixels is smaller than 3 ped. RMS." << endl;
     523                    *fLog << "Maybe calibration pulses have been lost!" << endl;
    524524                    calibUpdate = 1.;
     525
    525526                  }
    526527              }
Note: See TracChangeset for help on using the changeset viewer.