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/ppStackLoop.h

    r27160 r27319  
    77#include "ppStackOptions.h"
    88#include "ppStackThread.h"
     9#include "ppStack.h"
    910
    1011
     
    3738// Prepare for combination
    3839bool ppStackCombinePrepare(
     40    pmReadout **readout,                // Readout to set
     41    const char *name,                   // Name of file
     42    ppStackFileList files,              // Files of interest
    3943    ppStackThreadData *stack,           // Stack
    4044    ppStackOptions *options,            // Options
     
    6367    pmConfig *config,                   // Configuration
    6468    bool safe,                          // Allow safe combination?
    65     bool norm                           // Normalise images?
     69    bool norm,                          // Normalise images?
     70    bool grow                           // Grow rejection masks?
    6671    );
    6772
Note: See TracChangeset for help on using the changeset viewer.