IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2011, 2:59:09 AM (15 years ago)
Author:
eugene
Message:

find the footprint saddles; iterative search for kron (in masked); add iterative search for kron (downweighting); add footprint based mask

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/psphot/src/psphotReadout.c

    r32157 r32205  
    205205   
    206206    // but this is chosen above to be appropriate for the PSF objects (not galaxies)
    207     psphotKronMasked(config, view, filerule);
     207    // psphotKronMasked(config, view, filerule);
     208    psphotKronIterate(config, view, filerule);
    208209
    209210    // identify CRs and extended sources (only unmeasured sources are measured)
     
    321322    // XXX re-measure the kron mags with models subtracted
    322323    // Note that this uses the PSF_MOMENTS_RADIUS as a window
    323     psphotKronMasked(config, view, filerule);
     324    // psphotKronMasked(config, view, filerule);
    324325
    325326    // measure source size for the remaining sources
Note: See TracChangeset for help on using the changeset viewer.