IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2008, 11:54:51 AM (18 years ago)
Author:
eugene
Message:

changing errors to trace messages when instantiating a model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/models/pmModel_QGAUSS.c

    r19879 r20001  
    367367    // convert to shape terms (SXX,SYY,SXY)
    368368    if (!pmPSF_FitToModel (out, 0.1)) {
    369         psError(PM_ERR_PSF, false, "Failed to fit object at (r,c) = (%.1f,%.1f)",
    370                 in[PM_PAR_YPOS], in[PM_PAR_XPOS]);
     369        psTrace("psModules.objects", 5, "Failed to fit object at (r,c) = (%.1f,%.1f)", in[PM_PAR_YPOS], in[PM_PAR_XPOS]);
    371370        return false;
    372371    }
     
    421420    // XXX user-defined value for limit?
    422421    if (!pmPSF_FitToModel (PAR, 0.1)) {
    423         psError(PM_ERR_PSF, false, "Failed to fit object at (r,c) = (%.1f,%.1f)", Xo, Yo);
     422        psTrace ("psModules.objects", 3, "Failed to fit object at (r,c) = (%.1f,%.1f)", Xo, Yo);
    424423        return false;
    425424    }
Note: See TracChangeset for help on using the changeset viewer.