Changeset 25755 for trunk/psphot/src/psphotPSFConvModel.c
- Timestamp:
- Oct 2, 2009, 3:12:47 PM (17 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphotPSFConvModel.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src
- Property svn:ignore
-
old new 18 18 psphotVersionDefinitions.h 19 19 psphotMomentsStudy 20 psphotPetrosianStudy
-
- Property svn:ignore
-
trunk/psphot/src/psphotPSFConvModel.c
r21183 r25755 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 psphotCheckRadiusEXT (readout, source, modelConv, markVal);71 73 72 74 // create the minimization constraints
Note:
See TracChangeset
for help on using the changeset viewer.
