Changeset 14801 for trunk/psModules/src/imcombine/pmSubtraction.h
- Timestamp:
- Sep 10, 2007, 10:10:05 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtraction.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.h
r14739 r14801 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-09- 05 00:15:28$8 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-09-10 20:10:05 $ 10 10 * 11 11 * Copyright 2004-207 Institute for Astronomy, University of Hawaii … … 47 47 48 48 /// Calculate the least-squares equation to match the image quality 49 bool pmSubtractionCalculateEquation(p sArray *stamps, ///< The stamps for which to calculate the equation,49 bool pmSubtractionCalculateEquation(pmSubtractionStampList *stamps, ///< Stamps 50 50 const pmSubtractionKernels *kernels, ///< Kernel parameters 51 51 int footprint ///< Half-size of region over which to calculate equation … … 54 54 /// Solve the least-squares equation to match the image quality 55 55 psVector *pmSubtractionSolveEquation(psVector *solution, ///< Solution vector, or NULL 56 const p sArray *stamps ///< Array of stamps56 const pmSubtractionStampList *stamps ///< Stamps 57 57 ); 58 58 59 59 /// Reject stamps 60 int pmSubtractionRejectStamps(p sArray *stamps, ///< Array of stamps to check for rejection60 int pmSubtractionRejectStamps(pmSubtractionStampList *stamps, ///< Stamps 61 61 psImage *subMask, ///< Subtraction mask 62 62 const psVector *solution, ///< Solution vector
Note:
See TracChangeset
for help on using the changeset viewer.
