- Timestamp:
- Feb 19, 2011, 10:33:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psModules/src/objects/pmSourceFitModel.c
r29004 r30705 59 59 opt->maxChisqDOF = NAN; 60 60 opt->poissonErrors = true; 61 opt->saveCovariance = false; 61 62 62 63 return opt; … … 231 232 psTrace ("psModules.objects", 4, "%f +/- %f", params->data.F32[i], dparams->data.F32[i]); 232 233 } 234 if (options->saveCovariance) { 235 model->covar = psMemIncrRefCounter(covar); 236 } 233 237 psTrace ("psModules.objects", 4, "niter: %d, chisq: %f", myMin->iter, myMin->value); 234 238
Note:
See TracChangeset
for help on using the changeset viewer.
