IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2009, 11:16:52 AM (17 years ago)
Author:
eugene
Message:

add some additional psf model visualization, adjustments to existing visuals; allow independent aperture and fit radii; return to psfMag - apMag for psf fit metric; use psf fit metric to test 2D order

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psModules/src/imcombine/pmPSFEnvelope.c

    r25407 r25496  
    320320    options->poissonErrorsParams = true;
    321321    options->stats = psStatsAlloc(PSF_STATS);
    322     options->radius = maxRadius;
     322    options->fitRadius = maxRadius;
     323    options->apRadius = maxRadius; // XXX need to decide if aperture mags need a different radius
    323324    options->psfTrendMode = PM_TREND_MAP;
    324325    options->psfTrendNx = xOrder;
Note: See TracChangeset for help on using the changeset viewer.