IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2009, 1:26:55 PM (17 years ago)
Author:
Paul Price
Message:

Can now combine images without convolving, but it doesn't apply any rejection yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.h

    r23368 r23576  
    3030// Convolve inputs to match target PSF
    3131bool ppStackConvolve(
     32    ppStackOptions *options,            // Options
     33    pmConfig *config                    // Configuration
     34    );
     35
     36// Prepare for combination
     37bool ppStackCombinePrepare(
     38    ppStackThreadData *stack,           // Stack
    3239    ppStackOptions *options,            // Options
    3340    pmConfig *config                    // Configuration
Note: See TracChangeset for help on using the changeset viewer.