IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2010, 3:20:10 PM (16 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20100823

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubConvolve.c

    r28567 r29551  
    241241            psThreadPoolInit(threads);
    242242        }
     243
     244        // Mask the NAN values (USE BLANK instead of SAT?)
     245        if (!pmReadoutMaskInvalid(input, maskVal, maskBad)) {
     246          psError(PPSUB_ERR_DATA, false, "Unable to mask non-finite pixels in input.");
     247          return false;
     248        }
     249        if (!pmReadoutMaskInvalid(ref, maskVal, maskBad)) {
     250          psError(PPSUB_ERR_DATA, false, "Unable to mask non-finite pixels in reference.");
     251          return false;
     252        }
     253
    243254        if (!pmSubtractionMatchPrecalc(inConv, refConv, input, ref, inRO->analysis,
    244255                                       stride, kernelErr, covarFrac, maskVal, maskBad, maskPoor,
Note: See TracChangeset for help on using the changeset viewer.