IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2009, 3:11:32 PM (17 years ago)
Author:
eugene
Message:

check in changes from genes development branch : extensive changes to moments calculation, psf model generation, aperture residuals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmPSFEnvelope.c

    r25738 r25754  
    381381    options->poissonErrorsParams = true;
    382382    options->stats = psStatsAlloc(PSF_STATS);
    383     options->radius = maxRadius;
     383    options->fitRadius = maxRadius;
     384    options->apRadius = maxRadius; // XXX need to decide if aperture mags need a different radius
    384385    options->psfTrendMode = PM_TREND_MAP;
    385386    options->psfTrendNx = xOrder;
Note: See TracChangeset for help on using the changeset viewer.