IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 25, 2011, 5:26:32 PM (15 years ago)
Author:
eugene
Message:

psphotEff needs to set the fit and aperture radii; do not report an error unless the flux is nan; add test code to dump the sparse matrix data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/psphot/src/psphotEfficiency.c

    r31362 r31381  
    400400                source->type = PM_SOURCE_TYPE_STAR;
    401401
     402                source->modelPSF->fitRadius = sourceRadius;
     403                source->apRadius = sourceRadius;
     404
    402405                numFound++;
    403406                psArrayAdd(sources, sources->n, source);
Note: See TracChangeset for help on using the changeset viewer.