Changeset 18250
- Timestamp:
- Jun 20, 2008, 4:37:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080617/psModules/src/imcombine/pmSubtractionKernels.c
r18248 r18250 180 180 kernels->widths = psVectorAlloc(numBasisFunctions, PS_TYPE_F32); 181 181 kernels->preCalc = psArrayAlloc(numBasisFunctions); 182 kernels->penalty = 0.0;182 kernels->penalty = penalty; 183 183 kernels->penalties = psVectorAlloc(numBasisFunctions, PS_TYPE_F32); 184 184 kernels->uStop = NULL; … … 449 449 PS_ASSERT_INT_NONNEGATIVE(inner, NULL); 450 450 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 451 453 452 454 pmSubtractionKernels *kernels = p_pmSubtractionKernelsRawISIS(size, spatialOrder, fwhms, orders,
Note:
See TracChangeset
for help on using the changeset viewer.
