IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25608


Ignore:
Timestamp:
Sep 27, 2009, 10:49:05 AM (17 years ago)
Author:
eugene
Message:

replace psphotCheckRadiusEXT with psphotSetRadiusEXT and a re-run of pmSourceMoments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/psphotPSFConvModel.c

    r25433 r25608  
    3737    }
    3838
     39    // adjust the pixels based on the footprint
     40    float radius = psphotSetRadiusEXT (readout, source, markVal);
     41    if (!pmSourceMoments (source, radius, 0.0, 0.0)) return false;
     42
    3943    // XXX test : modify the Io, SXX, SYY terms based on the psf SXX, SYY terms:
    4044    psEllipseShape psfShape;
     
    6771    psVector *params  = modelConv->params;
    6872    psVector *dparams = modelConv->dparams;
    69 
    70     // XXX this needs to be changed to use the new psphotSetRadiusEXT function
    71     psphotCheckRadiusEXT (readout, source, modelConv, markVal);
    7273
    7374    // create the minimization constraints
Note: See TracChangeset for help on using the changeset viewer.