Changeset 10623 for trunk/psModules/src/detrend/pmBias.c
- Timestamp:
- Dec 11, 2006, 10:59:49 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmBias.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmBias.c
r10574 r10623 373 373 case PM_FIT_POLY_CHEBY: { 374 374 psString comment = NULL; // Comment to add 375 psStringAppend(&comment, "Overscan fit (chi ^2: %.2f):", chi2);375 psStringAppend(&comment, "Overscan fit (chi2: %.2f): ", chi2); 376 376 psPolynomial1D *poly = overscanOpts->poly; // The polynomial 377 377 for (int i = 0; i < poly->nX; i++) { … … 385 385 psSpline1D *spline = overscanOpts->spline; // The spline 386 386 for (int i = 0; i < spline->n; i++) { 387 psStringAppend(&comment, "Overscan fit (chi ^2: %.2f) %d:", chi2, i);387 psStringAppend(&comment, "Overscan fit (chi2: %.2f) %d:", chi2, i); 388 388 psPolynomial1D *poly = spline->spline[i]; // i-th polynomial 389 389 for (int j = 0; j < poly->nX; j++) {
Note:
See TracChangeset
for help on using the changeset viewer.
