Changeset 21501
- Timestamp:
- Feb 16, 2009, 11:23:04 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20090208/psphot/src/psphotFitSourcesLinear.c
r21490 r21501 216 216 217 217 // measure chisq for each source 218 // XXX this overrides the chisq measured in a prior non-linear fit. Keep those instead?219 218 for (int i = 0; final && (i < fitSources->n); i++) { 220 219 pmSource *source = fitSources->data[i]; 220 if (source->mode & PM_SOURCE_MODE_NONLINEAR_FIT) continue; 221 221 pmModel *model = pmSourceGetModel (NULL, source); 222 222 pmSourceChisq (model, source->pixels, source->maskObj, source->variance, maskVal);
Note:
See TracChangeset
for help on using the changeset viewer.
