IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2011, 6:30:45 PM (15 years ago)
Author:
watersc1
Message:

unconvolved stack edits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20110406/ppStack/src/ppStackCombineFinal.c

    r31158 r31252  
    11#include "ppStack.h"
    22
    3 //#define TESTING                         // Enable test output
     3#define TESTING                         // Enable test output
    44
    55bool ppStackCombineFinal(ppStackThreadData *stack, psArray *covariances, ppStackOptions *options,
     
    2929            reject->data[i] = pmStackRejectGrow(options->rejected->data[i], numCols, numRows, poorFrac,
    3030                                                options->regions->data[i], options->kernels->data[i]);
    31             if (!reject->data[i]) {
    32                 psError(psErrorCodeLast(), false, "Unable to grow rejected pixels for image %d", i);
    33                 psFree(reject);
    34                 return false;
    35             }
    3631        } else {
    3732            reject->data[i] = psMemIncrRefCounter(options->rejected->data[i]);
Note: See TracChangeset for help on using the changeset viewer.