IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 8:10:29 AM (18 years ago)
Author:
Paul Price
Message:

Adding threads to pmSubtractionCalculateEquation and pmSubtractionOrder. More work needs to be done in threading the final convolution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionEquation.h

    r18287 r18962  
    44#include "pmSubtractionStamps.h"
    55#include "pmSubtractionKernels.h"
     6
     7/// Execute a thread job to calculate the least-squares equation for a stamp
     8bool pmSubtractionCalculateEquationThread(const psThreadJob *job ///< Job to execute
     9    );
     10
     11/// Calculate the least-squares equation to match the image quality for a single stamp
     12bool pmSubtractionCalculateEquationStamp(pmSubtractionStampList *stamps, ///< Stamps
     13                                         const pmSubtractionKernels *kernels, ///< Kernel parameters
     14                                         int index ///< Index of stamp
     15                                    );
    616
    717/// Calculate the least-squares equation to match the image quality
Note: See TracChangeset for help on using the changeset viewer.