Changeset 8246 for trunk/psModules/src/objects/pmSourceFitModel.c
- Timestamp:
- Aug 8, 2006, 4:37:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceFitModel.c (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceFitModel.c
r7604 r8246 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 6-21 03:21:16$8 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-08-09 02:37:08 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 47 47 pmSourceFitMode mode) 48 48 { 49 psTrace( __func__, 3, "---- %s() begin ----\n", __func__);49 psTrace("psModules.objects", 3, "---- %s() begin ----\n", __func__); 50 50 PS_ASSERT_PTR_NON_NULL(source, false); 51 51 PS_ASSERT_PTR_NON_NULL(source->moments, false); … … 162 162 if (nPix < nParams + 1) { 163 163 psTrace (".pmObjects.pmSourceFitModel", 4, "insufficient valid pixels\n"); 164 psTrace( __func__, 3, "---- %s(false) end ----\n", __func__);164 psTrace("psModules.objects", 3, "---- %s(false) end ----\n", __func__); 165 165 model->status = PM_MODEL_BADARGS; 166 166 psFree (x); … … 244 244 245 245 rc = (onPic && fitStatus); 246 psTrace( __func__, 3, "---- %s(%d) end ----\n", __func__, rc);246 psTrace("psModules.objects", 3, "---- %s(%d) end ----\n", __func__, rc); 247 247 return(rc); 248 248 } … … 329 329 pmSourceFitMode mode) 330 330 { 331 psTrace( __func__, 3, "---- %s() begin ----\n", __func__);331 psTrace("psModules.objects", 3, "---- %s() begin ----\n", __func__); 332 332 PS_ASSERT_PTR_NON_NULL(source, false); 333 333 PS_ASSERT_PTR_NON_NULL(source->moments, false); … … 489 489 if (nPix < nParams + 1) { 490 490 psTrace (__func__, 4, "insufficient valid pixels\n"); 491 psTrace( __func__, 3, "---- %s() end : fail pixels ----\n", __func__);491 psTrace("psModules.objects", 3, "---- %s() end : fail pixels ----\n", __func__); 492 492 model->status = PM_MODEL_BADARGS; 493 493 psFree (x); … … 517 517 if (!fitStatus) { 518 518 // psError(PS_ERR_UNKNOWN, false, "Failed to fit model (%d)\n", nSrc); 519 psTrace( __func__, 4, "Failed to fit model (%d)\n", nSrc);519 psTrace("psModules.objects", 4, "Failed to fit model (%d)\n", nSrc); 520 520 } 521 521 … … 587 587 rc = (onPic && fitStatus); 588 588 psTrace (__func__, 5, "onPic: %d, fitStatus: %d, nIter: %d, chisq: %f, nDof: %d\n", onPic, fitStatus, model->nIter, model->chisq, model->nDOF); 589 psTrace( __func__, 3, "---- %s end : status %d ----\n", __func__, rc);589 psTrace("psModules.objects", 3, "---- %s end : status %d ----\n", __func__, rc); 590 590 return(rc); 591 591 }
Note:
See TracChangeset
for help on using the changeset viewer.
