IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2007, 4:54:30 PM (19 years ago)
Author:
eugene
Message:

moving to maskObj and maskView, re-wrote psphotEnsemblePSF using modelFlux, renamed to psphotFitSourcesLinear

File:
1 edited

Legend:

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

    r12945 r12978  
    115115
    116116    // linear PSF fit to peaks
    117     psphotEnsemblePSF (readout, sources, recipe, psf, FALSE);
     117    psphotFitSourcesLinear (readout, sources, recipe, psf, FALSE);
    118118    if (dump) psphotSaveImage (NULL, readout->image,  "image.v1.fits");
    119119    if (!strcasecmp (breakPt, "ENSEMBLE")) {
     
    130130
    131131    // linear PSF fit to remaining peaks
    132     psphotEnsemblePSF (readout, sources, recipe, psf, TRUE);
     132    psphotFitSourcesLinear (readout, sources, recipe, psf, TRUE);
    133133    if (dump) psphotSaveImage (NULL, readout->image,  "image.v4.fits");
    134134    if (!strcasecmp (breakPt, "PASS1")) {
     
    170170
    171171    // linear PSF fit to remaining peaks
    172     psphotEnsemblePSF (readout, sources, recipe, psf, TRUE);
     172    psphotFitSourcesLinear (readout, sources, recipe, psf, TRUE);
    173173    if (dump) psphotSaveImage (NULL, readout->image,  "image.v6.fits");
    174174
Note: See TracChangeset for help on using the changeset viewer.