Index: /branches/pap_branch_080617/psModules/src/imcombine/pmSubtractionKernels.c
===================================================================
--- /branches/pap_branch_080617/psModules/src/imcombine/pmSubtractionKernels.c	(revision 18249)
+++ /branches/pap_branch_080617/psModules/src/imcombine/pmSubtractionKernels.c	(revision 18250)
@@ -180,5 +180,5 @@
     kernels->widths = psVectorAlloc(numBasisFunctions, PS_TYPE_F32);
     kernels->preCalc = psArrayAlloc(numBasisFunctions);
-    kernels->penalty = 0.0;
+    kernels->penalty = penalty;
     kernels->penalties = psVectorAlloc(numBasisFunctions, PS_TYPE_F32);
     kernels->uStop = NULL;
@@ -449,4 +449,6 @@
     PS_ASSERT_INT_NONNEGATIVE(inner, NULL);
     PS_ASSERT_INT_LESS_THAN(inner, size, NULL);
+
+    // XXX GUNK doesn't seem to work --- doesn't add the POIS components, or at least, they're not noticed
 
     pmSubtractionKernels *kernels = p_pmSubtractionKernelsRawISIS(size, spatialOrder, fwhms, orders,
