IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2013, 4:21:05 PM (13 years ago)
Author:
watersc1
Message:

Working 1D-Gaussian convolution code. Recipes/reductions that use this have _1DG added.

File:
1 edited

Legend:

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

    r35455 r35771  
    167167              break;
    168168          }
     169        case PM_SUBTRACTION_KERNEL_SIMPLE: {
     170              solvedKernelPreCalc(kernel, kernels, 1.0, i);
     171              break;
     172        }         
     173         
    169174          case PM_SUBTRACTION_KERNEL_ISIS:
    170175          case PM_SUBTRACTION_KERNEL_ISIS_RADIAL:
Note: See TracChangeset for help on using the changeset viewer.