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

    r19879 r20001  
    352352    // convert to shape terms (SXX,SYY,SXY)
    353353    if (!pmPSF_FitToModel (out, 0.1)) {
    354         psError(PM_ERR_PSF, false, "Failed to fit object at (r,c) = (%.1f,%.1f)",
    355                 in[PM_PAR_YPOS], in[PM_PAR_XPOS]);
     354        psTrace("psModules.objects", 5, "Failed to fit object at (r,c) = (%.1f,%.1f)", in[PM_PAR_YPOS], in[PM_PAR_XPOS]);
    356355        return false;
    357356    }
     
    406405    // XXX user-defined value for limit?
    407406    if (!pmPSF_FitToModel (PAR, 0.1)) {
    408         psError(PM_ERR_PSF, false, "Failed to fit object at (r,c) = (%.1f,%.1f)", Xo, Yo);
     407        psTrace ("psModules.objects", 3, "Failed to fit object at (r,c) = (%.1f,%.1f)", Xo, Yo);
    409408        return false;
    410409    }
Note: See TracChangeset for help on using the changeset viewer.