IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2009, 3:25:16 PM (17 years ago)
Author:
Paul Price
Message:

The first 4 PSF entries don't matter (flux, x, y, background).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmPSFEnvelope.c

    r25481 r25482  
    126126            psString string = NULL;     // String with values
    127127            psStringAppend(&string, "PSF %d: ", i);
    128             for (int j = 0; j < psf->params->n; j++) {
     128            for (int j = 4; j < psf->params->n; j++) {
    129129                double val = pmTrend2DEval(psf->params->data[j], numCols/2.0, numRows/2.0);
    130                 psStringAppend(&string, "%f ", val);
     130                psStringAppend(&string, "%lf ", val);
    131131            }
    132132            psTrace("psModules.imcombine", 1, "%s\n", string);
Note: See TracChangeset for help on using the changeset viewer.