IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25797


Ignore:
Timestamp:
Oct 7, 2009, 3:39:53 PM (17 years ago)
Author:
Paul Price
Message:

Don't destroy the array of cells --- it's required for the unconvolved stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackLoop.c

    r25788 r25797  
    6262        return false;
    6363    }
    64     psFree(options->cells); options->cells = NULL;
    6564
    6665    // Prepare for combination
     
    132131            return false;
    133132        }
    134         psFree(options->cells); options->cells = NULL;
    135         psTrace("ppStack", 2, "Final stack of convolved images....\n");
     133        psTrace("ppStack", 2, "Stack of unconvolved images....\n");
    136134        if (!ppStackCombineFinal(stack, options, config)) {
    137             psError(PS_ERR_UNKNOWN, false, "Unable to perform final combination.");
     135            psError(PS_ERR_UNKNOWN, false, "Unable to perform unconvolved combination.");
    138136            psFree(stack);
    139137            psFree(options);
     
    145143        psFree(stack);
    146144    }
     145    psFree(options->cells); options->cells = NULL;
    147146#endif
    148147
Note: See TracChangeset for help on using the changeset viewer.