IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2006, 10:59:49 AM (20 years ago)
Author:
Paul Price
Message:

Getting rid of WORKDIR completely.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmBias.c

    r10574 r10623  
    373373            case PM_FIT_POLY_CHEBY: {
    374374                    psString comment = NULL;    // Comment to add
    375                     psStringAppend(&comment, "Overscan fit (chi^2: %.2f):", chi2);
     375                    psStringAppend(&comment, "Overscan fit (chi2: %.2f): ", chi2);
    376376                    psPolynomial1D *poly = overscanOpts->poly; // The polynomial
    377377                    for (int i = 0; i < poly->nX; i++) {
     
    385385                    psSpline1D *spline = overscanOpts->spline; // The spline
    386386                    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);
    388388                        psPolynomial1D *poly = spline->spline[i]; // i-th polynomial
    389389                        for (int j = 0; j < poly->nX; j++) {
Note: See TracChangeset for help on using the changeset viewer.