Changeset 29015 for trunk/psphot/src/psphotSourceFits.c
- Timestamp:
- Aug 23, 2010, 7:30:13 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceFits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceFits.c
r29004 r29015 675 675 } 676 676 677 # if (0) 677 678 pmSourceFitModel (source, model, &options, maskVal); 679 # else 680 pmSourceModelGuessPCM(pcm, source, maskVal, markVal); 681 pmSourceFitPCM (pcm, source, &options, maskVal, markVal, psfSize); 682 # endif 678 683 fprintf (stderr, "chisq: %f, nIter: %d, radius: %f, npix: %d\n", model->chisqNorm, model->nIter, model->fitRadius, model->nPix); 679 680 // pmSourceModelGuessPCM(pcm, source, maskVal, markVal);681 // pmSourceFitPCM (pcm, source, &options, maskVal, markVal, psfSize);682 684 683 685 chiSquare[i] = model->chisq;
Note:
See TracChangeset
for help on using the changeset viewer.
