IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 5, 2011, 9:02:13 AM (15 years ago)
Author:
eugene
Message:

major re-work of psphotStackReadout to be more consistent with psphotReadout; psphotRadialApertures now assumes the 0 element is the unconvolved version; for the convolved versions, the vector of target psfs is saved as STACK.PSF.FWHM.VALUES

File:
1 edited

Legend:

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

    r32302 r32322  
    141141
    142142    // mark blended peaks PS_SOURCE_BLEND (detections->newSources)
     143    // XXX I've deactivated this because it was preventing galaxies close to stars from being
     144    // XXX fitted as an extended source.
    143145    if (false && !psphotBasicDeblend (config, view, filerule)) {
    144146        psError (PSPHOT_ERR_UNKNOWN, false, "failed on deblend analysis");
     
    313315    psphotExtendedSourceAnalysis (config, view, filerule); // pass 1 (detections->allSources)
    314316    psphotExtendedSourceFits (config, view, filerule); // pass 1 (detections->allSources)
    315     psphotRadialApertures(config, view, filerule);
     317    psphotRadialApertures(config, view, filerule, 0);
    316318
    317319finish:
Note: See TracChangeset for help on using the changeset viewer.