Changeset 36333
- Timestamp:
- Dec 2, 2013, 10:05:48 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130904/psphot/src
- Files:
-
- 2 edited
-
psphotExtendedSourceFits.c (modified) (1 diff)
-
psphotSourceFits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psphot/src/psphotExtendedSourceFits.c
r36330 r36333 120 120 } 121 121 122 float fitNsigmaConv = psMetadataLookupF32 (&status, recipe, "EXT_FIT_NSIGMA_CONV"); // number of sigma for the convolutio 122 float fitNsigmaConv = psMetadataLookupF32 (&status, recipe, "EXT_FIT_NSIGMA_CONV"); // number of sigma for the convolution 123 123 if (!status || !isfinite(fitNsigmaConv) || fitNsigmaConv <= 0) { 124 124 fitNsigmaConv = 5.0; -
branches/eam_branches/ipp-20130904/psphot/src/psphotSourceFits.c
r36330 r36333 650 650 NfitPixPCM += pcm->modelConv->nDOF; 651 651 if (TIMING) { t4 = psTimerMark ("psphotFitPCM"); } 652 653 // XXX we might make this more efficient by setting NITER to be fairly small. if we hit the iteration 654 // limit, then we could do a small grid search on the size and try again from the best fit 652 655 653 656 if (options.isInteractive) psphotPCMfitCheckSize (pcm, source, maskVal, psfSize);
Note:
See TracChangeset
for help on using the changeset viewer.
