Changeset 29340
- Timestamp:
- Oct 6, 2010, 11:48:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100823/psphot/src/psphotExtendedSourceFits.c
r29027 r29340 271 271 if (!psphotSetRadiusFootprint(&radius, readout, source, markVal, 1.0)) { 272 272 fprintf (stderr, "skipping (1) %f, %f\n", source->peak->xf, source->peak->yf); 273 p sFree (fitOptions)274 return false;273 pmSourceSub (source, PM_MODEL_OP_FULL, maskVal); 274 continue; 275 275 } 276 276 … … 295 295 if (!modelFluxStart) { 296 296 fprintf (stderr, "skipping (3) %f, %f\n", source->peak->xf, source->peak->yf); 297 pmSourceSub (source, PM_MODEL_OP_FULL, maskVal); 297 298 // XXX raise an error of some kind? 298 299 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
