Changeset 20001 for trunk/psModules/src/objects/models/pmModel_SERSIC.c
- Timestamp:
- Oct 8, 2008, 11:54:51 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/models/pmModel_SERSIC.c
r19879 r20001 352 352 // convert to shape terms (SXX,SYY,SXY) 353 353 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]); 356 355 return false; 357 356 } … … 406 405 // XXX user-defined value for limit? 407 406 if (!pmPSF_FitToModel (PAR, 0.1)) { 408 ps Error(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); 409 408 return false; 410 409 }
Note:
See TracChangeset
for help on using the changeset viewer.
