IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2007, 4:42:44 PM (19 years ago)
Author:
eugene
Message:

adding residuals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_02_branch/psphot/src/psphotChoosePSF.c

    r12792 r12933  
    155155    try = models->data[bestN];
    156156
     157    // XXX calculate the PSF residual table here (and add to the pmPSF structure)
     158
    157159    // measure and save the median value of dparams[PM_PAR_SXX],dparams[PM_PAR_SYY]
    158160    // these are used by psphotEvalPSF to identify extended sources
     
    221223    }
    222224
     225    // build a PSF residual image
     226    psphotMakeResiduals (try->sources, recipe, try->psf);
     227
    223228    // XXX test dump of psf star data and psf-subtracted image
    224229    if (psTraceGetLevel("psphot.psfstars") > 5) {
Note: See TracChangeset for help on using the changeset viewer.