Changeset 32215
- Timestamp:
- Aug 29, 2011, 1:24:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/psphot/src/psphotExtendedSourceFits.c
r32205 r32215 271 271 float fitRadius, windowRadius; 272 272 psScalar *scalar = NULL; 273 pmMoments psfMoments;274 273 275 274 // arguments: readout, sources, models, region, psfSize, maskVal, markVal … … 448 447 pmSourceCacheModel (source, maskVal); 449 448 450 *source->moments = psfMoments;451 449 pmSourceSub (source, PM_MODEL_OP_FULL, maskVal); 452 450 … … 468 466 } 469 467 470 // replace the original moments471 *source->moments = psfMoments;472 473 468 // subtract the best fit from the object, leave local sky 474 469 pmSourceSub (source, PM_MODEL_OP_FULL, maskVal);
Note:
See TracChangeset
for help on using the changeset viewer.
