Changeset 25608
- Timestamp:
- Sep 27, 2009, 10:49:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psphot/src/psphotPSFConvModel.c
r25433 r25608 37 37 } 38 38 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 39 43 // XXX test : modify the Io, SXX, SYY terms based on the psf SXX, SYY terms: 40 44 psEllipseShape psfShape; … … 67 71 psVector *params = modelConv->params; 68 72 psVector *dparams = modelConv->dparams; 69 70 // XXX this needs to be changed to use the new psphotSetRadiusEXT function71 psphotCheckRadiusEXT (readout, source, modelConv, markVal);72 73 73 74 // create the minimization constraints
Note:
See TracChangeset
for help on using the changeset viewer.
