IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2012, 11:52:31 AM (14 years ago)
Author:
bills
Message:

if minKronRadius is not finite set it to Sigma

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotSourceStats.c

    r33089 r33840  
    605605    }
    606606    psAssert (isfinite(Sigma), "did we miss a case?");
     607    if (!isfinite(minKronRadius)) {
     608        minKronRadius = Sigma;
     609    }
    607610
    608611    // choose a grid scale that is a fixed fraction of the psf sigma^2
Note: See TracChangeset for help on using the changeset viewer.