IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2008, 4:27:40 PM (18 years ago)
Author:
Paul Price
Message:

Allow background to be applied optionally. This is to support the stacking, where we want to apply a matched filter --- the background term corrupts the filtered image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080214/psModules/src/imcombine/pmSubtractionMatch.c

    r16406 r16586  
    463463
    464464            psTrace("psModules.imcombine", 2, "Convolving...\n");
    465             if (!pmSubtractionConvolve(conv1, conv2, ro1, ro2, subMask, maskBlank, region, kernels, useFFT)) {
     465            if (!pmSubtractionConvolve(conv1, conv2, ro1, ro2, subMask, maskBlank, region, kernels,
     466                                       true, useFFT)) {
    466467                psError(PS_ERR_UNKNOWN, false, "Unable to convolve image.");
    467468                goto MATCH_ERROR;
Note: See TracChangeset for help on using the changeset viewer.