Changeset 28975
- Timestamp:
- Aug 19, 2010, 4:33:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psphot/src/psphotSourceFits.c
r28974 r28975 549 549 // for the test fits, use a somewhat smaller radius 550 550 psphotSetRadiusFootprint(&model->fitRadius, readout, source, markVal, 0.5); 551 552 // update the pcm elements if we have changed the circumstance (eg, source->pixels) 553 pmPCMupdate(pcm, source, fitOptions, model); 554 551 555 if (!psphotFitSersicIndexPCM (pcm, readout, source, fitOptions, maskVal, markVal, psfSize)) { 552 556 model->flags |= PM_MODEL_STATUS_BADARGS; … … 558 562 psphotSetRadiusFootprint(&model->fitRadius, readout, source, markVal, 1.0); 559 563 } 564 // update the pcm elements if we have changed the circumstance (eg, source->pixels) 565 pmPCMupdate(pcm, source, fitOptions, model); 560 566 561 567 if (modelType == pmModelClassGetType("PS_MODEL_SERSIC")) {
Note:
See TracChangeset
for help on using the changeset viewer.
