Changeset 29139
- Timestamp:
- Sep 10, 2010, 8:07:25 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotExtendedSourceFits.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotExtendedSourceFits.c
r29027 r29139 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 psFree (fitOptions) 274 return false; 273 pmSourceSub (source, PM_MODEL_OP_FULL, maskVal); 274 // XXX raise an error flag of some kind 275 continue; 275 276 } 276 277 … … 284 285 // subtract the best fit from the object, leave local sky 285 286 pmSourceSub (source, PM_MODEL_OP_FULL, maskVal); 286 // XXX raise an error of some kind287 // XXX raise an error flag of some kind 287 288 continue; 288 289 } … … 295 296 if (!modelFluxStart) { 296 297 fprintf (stderr, "skipping (3) %f, %f\n", source->peak->xf, source->peak->yf); 297 // XXX raise an error of some kind?298 // XXX raise an error flag of some kind? 298 299 continue; 299 300 }
Note:
See TracChangeset
for help on using the changeset viewer.
