Changeset 8337 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 02/28/07 13:34:10 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc
r8277 r8337 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.6 3 2007-01-29 13:03:43tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.64 2007-02-28 13:29:52 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 723 723 calibConv = -1.; 724 724 calibFFactor = -1.; 725 *fLog << warn << GetDescriptor() 726 << ": WARNING - Conversion factor of Pixel " << pixidx << " out of range... set to 0. " << endl; 725 *fLog << warn << GetDescriptor() << ": WARNING - "; 726 *fLog << "Conversion factor " << calibConv << " of Pixel " << pixidx << " out of range ]"; 727 *fLog << fCalibConvMinLimit << "," << fCalibConvMaxLimit << "[... set to 0. " << endl; 727 728 } 728 729 cpix.SetCalibConst(calibConv); … … 733 734 if (skip>fGeomCam->GetNumPixels()*0.9) 734 735 { 735 *fLog << warn << GetDescriptor()736 << ": WARNING -GetConversionFactor has skipped more than 90% of the pixels... abort." << endl;736 *fLog << err << GetDescriptor() << ": ERROR - "; 737 *fLog << "GetConversionFactor has skipped more than 90% of the pixels... abort." << endl; 737 738 return kFALSE; 738 739 }
Note:
See TracChangeset
for help on using the changeset viewer.