IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2009, 12:50:17 PM (17 years ago)
Author:
Paul Price
Message:

Working on dual convolution.... not happy yet.

File:
1 edited

Legend:

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

    r25833 r25841  
    170170                    moment *= PS_SQR(sum);
    171171                }
     172
     173
     174#if 0
     175                double sum = 0.0;   // Sum of kernel component
     176                for (int v = -size; v <= size; v++) {
     177                    for (int u = -size; u <= size; u++) {
     178                        sum += kernel->kernel[v][u];
     179                    }
     180                }
     181                fprintf(stderr, "%d sum: %lf\n", index, sum);
     182#endif
    172183
    173184                kernels->widths->data.F32[index] = fwhms->data.F32[i];
Note: See TracChangeset for help on using the changeset viewer.