IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13927


Ignore:
Timestamp:
Jun 20, 2007, 1:42:54 PM (19 years ago)
Author:
Paul Price
Message:

Was getting the wrong component --- the first component is the offset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsFringe.c

    r13923 r13927  
    2929        psString name = NULL; // Name of statistic
    3030        psStringAppend(&name, "FRINGE_%d", i);
    31         psMetadataAddF32(chipStats, PS_LIST_TAIL, name, 0, "Fringe amplitude", fringes->coeff->data.F32[i]);
     31        psMetadataAddF32(chipStats, PS_LIST_TAIL, name, 0, "Fringe amplitude",
     32                         fringes->coeff->data.F32[i + 1]);
    3233        psFree(name);
    3334        name = NULL;
    3435        psStringAppend(&name, "FRINGE_ERR_%d", i);
    3536        psMetadataAddF32(chipStats, PS_LIST_TAIL, name, 0, "Fringe amplitude error",
    36                          fringes->coeffErr->data.F32[i]);
     37                         fringes->coeffErr->data.F32[i + 1]);
    3738        psFree(name);
    3839    }
Note: See TracChangeset for help on using the changeset viewer.