IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2007, 12:24:28 PM (19 years ago)
Author:
Paul Price
Message:

Ensuring GUNK kernels are marked as such after generating them from optimised ISIS kernels. They need kernels->inner to be set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionParams.c

    r14804 r15247  
    451451        }
    452452
     453        kernels->type = PM_SUBTRACTION_KERNEL_GUNK;
     454
    453455        kernels->subIndex = PS_SQR(2 * inner + 1) / 2 + numGaussians;
    454456        assert(kernels->u->data.S32[kernels->subIndex] == 0 &&
Note: See TracChangeset for help on using the changeset viewer.