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_PS1_V1.c

    r19902 r20001  
    370370    // convert to shape terms (SXX,SYY,SXY)
    371371    if (!pmPSF_FitToModel (out, 0.1)) {
    372         psError(PM_ERR_PSF, false, "Failed to fit object at (r,c) = (%.1f,%.1f)",
    373                 in[PM_PAR_YPOS], in[PM_PAR_XPOS]);
     372        // psError(PM_ERR_PSF, false, "Failed to fit object at (r,c) = (%.1f,%.1f)", in[PM_PAR_YPOS], in[PM_PAR_XPOS]);
     373        psTrace("psModules.objects", 5, "Failed to fit object at (r,c) = (%.1f,%.1f)", in[PM_PAR_YPOS], in[PM_PAR_XPOS]);
    374374        return false;
    375375    }
     
    424424    // XXX user-defined value for limit?
    425425    if (!pmPSF_FitToModel (PAR, 0.1)) {
    426         psError(PM_ERR_PSF, false, "Failed to fit object at (r,c) = (%.1f,%.1f)", Xo, Yo);
     426        psTrace ("psModules.objects", 3, "Failed to fit object at (r,c) = (%.1f,%.1f)", Xo, Yo);
    427427        return false;
    428428    }
Note: See TracChangeset for help on using the changeset viewer.