IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 13, 2006, 8:24:10 PM (21 years ago)
Author:
eugene
Message:

substantial work on the aperture residuals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot.c

    r5828 r5980  
    7878        psphotFullFit (imdata, config, sources, psf, sky);
    7979        psphotReplaceUnfit (sources);
    80         psphotApResid (sources, config, psf);
     80        psphotApResid (imdata, sources, config, psf);
    8181        break;
    8282
     
    8585        psphotBlendFit (imdata, config, sources, psf, sky);
    8686        psphotReplaceUnfit (sources);
    87         psphotApResid (sources, config, psf);
     87        psphotApResid (imdata, sources, config, psf);
    8888        break;
    8989
Note: See TracChangeset for help on using the changeset viewer.