- Timestamp:
- Feb 28, 2011, 2:46:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot/src/psphotFitSourcesLinearStack.c
r30624 r30764 165 165 if (source->mode & PM_SOURCE_MODE_NONLINEAR_FIT) continue; 166 166 pmModel *model = pmSourceGetModel (NULL, source); 167 pmSourceChisq (model, source->pixels, source->maskObj, source->variance, maskVal, COVAR_FACTOR );167 pmSourceChisq (model, source->pixels, source->maskObj, source->variance, maskVal, COVAR_FACTOR, 1); 168 168 } 169 169 psLogMsg ("psphot.ensemble", PS_LOG_MINUTIA, "get chisqs: %f sec (%d elements)\n", psTimerMark ("psphot.linear"), sparse->Nelem);
Note:
See TracChangeset
for help on using the changeset viewer.
