IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2008, 12:41:08 PM (18 years ago)
Author:
Paul Price
Message:

Merging in dual-convolution development branch.

File:
1 edited

Legend:

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

    r15756 r18287  
    204204                                                      int spatialOrder, const psVector *fwhms, int maxOrder,
    205205                                                      const pmSubtractionStampList *stamps, int footprint,
    206                                                       float tolerance, pmSubtractionMode mode)
     206                                                      float tolerance, float penalty, pmSubtractionMode mode)
    207207{
    208208    if (type != PM_SUBTRACTION_KERNEL_ISIS && type != PM_SUBTRACTION_KERNEL_GUNK) {
     
    231231    psVector *orders = psVectorAlloc(numGaussians, PS_TYPE_S32); // Polynomial orders
    232232    psVectorInit(orders, maxOrder);
    233     pmSubtractionKernels *kernels = p_pmSubtractionKernelsRawISIS(size, spatialOrder,
    234                                                                   fwhms, orders, mode); // Kernels
     233    pmSubtractionKernels *kernels = p_pmSubtractionKernelsRawISIS(size, spatialOrder, fwhms, orders,
     234                                                                  penalty, mode); // Kernels
    235235    psFree(orders);
    236236    psFree(kernels->description);
Note: See TracChangeset for help on using the changeset viewer.