IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2009, 2:30:10 AM (17 years ago)
Author:
eugene
Message:

initial mods to calculate normalization and kernel coeffs independently (how about background?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psModules/src/imcombine/pmSubtractionEquation.h

    r19299 r26330  
    1212bool pmSubtractionCalculateEquationStamp(pmSubtractionStampList *stamps, ///< Stamps
    1313                                         const pmSubtractionKernels *kernels, ///< Kernel parameters
    14                                          int index ///< Index of stamp
     14                                         int index, ///< Index of stamp
     15                                         const bool normOnly
    1516                                    );
    1617
    1718/// Calculate the least-squares equation to match the image quality
    1819bool pmSubtractionCalculateEquation(pmSubtractionStampList *stamps, ///< Stamps
    19                                     const pmSubtractionKernels *kernels ///< Kernel parameters
     20                                    const pmSubtractionKernels *kernels, ///< Kernel parameters
     21                                    const bool normOnly
    2022                                    );
    2123
Note: See TracChangeset for help on using the changeset viewer.