IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2009, 2:42:48 PM (17 years ago)
Author:
Paul Price
Message:

Adding function to sum covariance matrices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageCovariance.h

    r21280 r21298  
    55 * @author Paul Price, IfA
    66 *
    7  * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2009-02-04 02:55:27 $
     7 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2009-02-05 00:42:48 $
    99 * Copyright 2009 Institute for Astronomy, University of Hawaii
    1010 */
     
    4040    );
    4141
    42 /// Average many covariance pseudo-matrices
     42/// Sum multiple covariance pseudo-matrices
     43psKernel *psImageCovarianceSum(
     44    const psArray *array                ///< Array of covariance pseudo-matrices
     45    );
     46
     47/// Average multiple covariance pseudo-matrices
    4348psKernel *psImageCovarianceAverage(
    4449    const psArray *array                ///< Array of covariance pseudo-matrices
Note: See TracChangeset for help on using the changeset viewer.