IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2014, 1:43:14 PM (12 years ago)
Author:
bills
Message:

if kron radius measurement fails, nan out the inner and outer kron fluxes

File:
1 edited

Legend:

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

    r36375 r36734  
    532532            source->moments->KronFlux  = NAN;
    533533            source->moments->KronFluxErr  = NAN;
     534            source->moments->KronFinner = NAN;
     535            source->moments->KronFouter = NAN;
    534536            return false;
    535537        }
Note: See TracChangeset for help on using the changeset viewer.