IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2008, 12:41:08 PM (18 years ago)
Author:
Paul Price
Message:

Merging in dual-convolution development branch.

File:
1 edited

Legend:

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

    r15809 r18287  
    2121
    2222/// Calculate the value of a polynomial, specified by coefficients and polynomial values
    23 inline double p_pmSubtractionCalculatePolynomial(const psVector *coeff, ///< Coefficients
    24                                                  const psImage *polyValues, ///< Polynomial values
    25                                                  int order, ///< Order of polynomials
    26                                                  int index, ///< Index at which to begin
    27                                                  int step ///< Step between subsequent indices
     23double p_pmSubtractionCalculatePolynomial(const psVector *coeff, ///< Coefficients
     24                                          const psImage *polyValues, ///< Polynomial values
     25                                          int order, ///< Order of polynomials
     26                                          int index, ///< Index at which to begin
     27                                          int step ///< Step between subsequent indices
    2828    );
    2929
    3030/// Return the specified coefficient in the solution
    31 inline double p_pmSubtractionSolutionCoeff(const pmSubtractionKernels *kernels, ///< Kernel parameters
    32                                            const psImage *polyValues, ///< Polynomial values
    33                                            int index, ///< Coefficient index to calculate
    34                                            bool wantDual ///< Calculate the coefficient for the dual solution?
     31double p_pmSubtractionSolutionCoeff(const pmSubtractionKernels *kernels, ///< Kernel parameters
     32                                    const psImage *polyValues, ///< Polynomial values
     33                                    int index, ///< Coefficient index to calculate
     34                                    bool wantDual ///< Calculate the coefficient for the dual solution?
    3535    );
    3636
    3737/// Return the normalisation in the solution
    38 inline double p_pmSubtractionSolutionNorm(const pmSubtractionKernels *kernels ///< Kernel parameters
     38double p_pmSubtractionSolutionNorm(const pmSubtractionKernels *kernels ///< Kernel parameters
    3939    );
    4040
    4141/// Return the background (difference) in the solution
    42 inline double p_pmSubtractionSolutionBackground(const pmSubtractionKernels *kernels, ///< Kernel parameters
    43                                                 const psImage *polyValues ///< Polynomial values
     42double p_pmSubtractionSolutionBackground(const pmSubtractionKernels *kernels, ///< Kernel parameters
     43                                         const psImage *polyValues ///< Polynomial values
    4444    );
    4545
Note: See TracChangeset for help on using the changeset viewer.