Changeset 30200
- Timestamp:
- Jan 2, 2011, 9:38:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/psphot/src/psphotFitSourcesLinear.c
r30170 r30200 163 163 } 164 164 } 165 if (modelSum < 0.01) continue; // skip sources with no model constraint (somewhat arbitrary limit) 165 if (modelSum < 0.5) continue; // skip sources with no model constraint (somewhat arbitrary limit) 166 // if (modelSum < 0.01) continue; // skip sources with no model constraint (somewhat arbitrary limit) 167 if (modelSum < 0.8) { 168 fprintf (stderr, "low-sig model @ %f, %f (%f sum, %f peak)\n", 169 source->peak->xf, source->peak->yf, modelSum, source->peak->flux); 170 } 166 171 167 172 pmModel *model = pmSourceGetModel (NULL, source);
Note:
See TracChangeset
for help on using the changeset viewer.
