IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20098


Ignore:
Timestamp:
Oct 13, 2008, 11:32:18 AM (18 years ago)
Author:
Paul Price
Message:

Fixing compilation error following rename of analysis contents.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r19670 r20098  
    249249            // Set the variance factor
    250250            psMetadataItem *vfItem = psMetadataLookup(readout->parent->concepts, "CELL.VARFACTOR");
    251             float vf = psMetadataLookupF32(NULL, output->analysis, PM_SUBTRACTION_ANALYSIS_VARFACTOR);
     251            float vf = psMetadataLookupF32(NULL, output->analysis, PM_SUBTRACTION_ANALYSIS_VARFACTOR_1);
    252252            if (!isfinite(vf)) {
    253253                vf = 1.0;
Note: See TracChangeset for help on using the changeset viewer.