IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36333


Ignore:
Timestamp:
Dec 2, 2013, 10:05:48 AM (13 years ago)
Author:
eugene
Message:

minor comments

Location:
branches/eam_branches/ipp-20130904/psphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psphot/src/psphotExtendedSourceFits.c

    r36330 r36333  
    120120    }
    121121
    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
    123123    if (!status || !isfinite(fitNsigmaConv) || fitNsigmaConv <= 0) {
    124124        fitNsigmaConv = 5.0;
  • branches/eam_branches/ipp-20130904/psphot/src/psphotSourceFits.c

    r36330 r36333  
    650650    NfitPixPCM += pcm->modelConv->nDOF;
    651651    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
    652655
    653656    if (options.isInteractive) psphotPCMfitCheckSize (pcm, source, maskVal, psfSize);
Note: See TracChangeset for help on using the changeset viewer.