Ignore:
Timestamp:
02/28/07 13:34:10 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8277 r8337  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.63 2007-01-29 13:03:43 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.64 2007-02-28 13:29:52 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    723723            calibConv    = -1.;
    724724            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;
    727728          }
    728729        cpix.SetCalibConst(calibConv);
     
    733734    if (skip>fGeomCam->GetNumPixels()*0.9)
    734735    {
    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;
    737738        return kFALSE;
    738739    }
Note: See TracChangeset for help on using the changeset viewer.