Changeset 5131
- Timestamp:
- Sep 25, 2005, 9:27:20 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApplyPSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApplyPSF.c
r5058 r5131 71 71 status = pmSourceFitModel (source, model, true); 72 72 psImageKeepCircle (source->mask, x, y, model->radius, "AND", ~PSPHOT_MASK_MARKED); 73 73 74 if (!status || (model->params->data.F32[1] < 0)) { 74 75 psLogMsg ("psphot", 5, "PSF fit failed for %f, %f (%d iterations)\n", x, y, model->nIter); … … 77 78 continue; 78 79 } 80 // XXX EAM : this was an attempt to correct for fit-sky biases 81 // pmModelSkyOffset (model, x, y, model->radius); 79 82 80 83 // model succeeded : tentatively keep it
Note:
See TracChangeset
for help on using the changeset viewer.
