IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18250


Ignore:
Timestamp:
Jun 20, 2008, 4:37:31 PM (18 years ago)
Author:
Paul Price
Message:

Set penalty.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080617/psModules/src/imcombine/pmSubtractionKernels.c

    r18248 r18250  
    180180    kernels->widths = psVectorAlloc(numBasisFunctions, PS_TYPE_F32);
    181181    kernels->preCalc = psArrayAlloc(numBasisFunctions);
    182     kernels->penalty = 0.0;
     182    kernels->penalty = penalty;
    183183    kernels->penalties = psVectorAlloc(numBasisFunctions, PS_TYPE_F32);
    184184    kernels->uStop = NULL;
     
    449449    PS_ASSERT_INT_NONNEGATIVE(inner, NULL);
    450450    PS_ASSERT_INT_LESS_THAN(inner, size, NULL);
     451
     452    // XXX GUNK doesn't seem to work --- doesn't add the POIS components, or at least, they're not noticed
    451453
    452454    pmSubtractionKernels *kernels = p_pmSubtractionKernelsRawISIS(size, spatialOrder, fwhms, orders,
Note: See TracChangeset for help on using the changeset viewer.