IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 25, 2007, 3:35:50 PM (19 years ago)
Author:
eugene
Message:

incorporating changes from eam_02_branch (pmSourceAdd/Sub, modified API for pmModelAdd, cached models)

File:
1 edited

Legend:

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

    r13012 r13035  
    126126
    127127    // linear PSF fit to peaks
    128     psphotEnsemblePSF (readout, sources, recipe, psf, FALSE);
     128    psphotFitSourcesLinear (readout, sources, recipe, psf, FALSE);
    129129    if (dump) psphotSaveImage (NULL, readout->image,  "image.v1.fits");
    130130    if (!strcasecmp (breakPt, "ENSEMBLE")) {
     
    141141
    142142    // linear PSF fit to remaining peaks
    143     psphotEnsemblePSF (readout, sources, recipe, psf, TRUE);
     143    psphotFitSourcesLinear (readout, sources, recipe, psf, TRUE);
    144144    if (dump) psphotSaveImage (NULL, readout->image,  "image.v4.fits");
    145145    if (!strcasecmp (breakPt, "PASS1")) {
     
    192192
    193193    // linear PSF fit to remaining peaks
    194     psphotEnsemblePSF (readout, sources, recipe, psf, TRUE);
     194    psphotFitSourcesLinear (readout, sources, recipe, psf, TRUE);
    195195    if (dump) psphotSaveImage (NULL, readout->image,  "image.v6.fits");
    196196
Note: See TracChangeset for help on using the changeset viewer.