IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

minor comments

File:
1 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;
Note: See TracChangeset for help on using the changeset viewer.