IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2010, 12:01:15 PM (16 years ago)
Author:
Paul Price
Message:

Reworking ppStack to not grow the rejected pixels for the unconvolved stack. Also working with convolved and unconvolved stacks separately, so they don't have to be in memory at the same time. This should reduce the memory usage of ppStack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStack.c

    r27160 r27319  
    7070            ppStackFileActivation(config, PPSTACK_FILES_PREPARE, true);
    7171            ppStackFileActivation(config, PPSTACK_FILES_CONVOLVE, true);
    72             ppStackFileActivation(config, PPSTACK_FILES_COMBINE, true);
     72            ppStackFileActivation(config, PPSTACK_FILES_STACK, true);
     73            ppStackFileActivation(config, PPSTACK_FILES_UNCONV, true);
    7374            ppStackFileActivation(config, PPSTACK_FILES_PHOT, true);
    7475            if (!ppStackFilesIterateUp(config)) {
Note: See TracChangeset for help on using the changeset viewer.