Index: trunk/psLib/src/imageops/psImageCovariance.h
===================================================================
--- trunk/psLib/src/imageops/psImageCovariance.h	(revision 21316)
+++ trunk/psLib/src/imageops/psImageCovariance.h	(revision 21466)
@@ -5,6 +5,6 @@
  * @author Paul Price, IfA
  *
- * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- * @date $Date: 2009-02-05 20:15:32 $
+ * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2009-02-13 21:47:42 $
  * Copyright 2009 Institute for Astronomy, University of Hawaii
  */
@@ -59,4 +59,11 @@
     );
 
+/// Transfer covariance factor from covariance pseudo-matrix to variance map
+bool psImageCovarianceTransfer(
+    psImage *variance,                  ///< Variance map to which to transfer
+    psKernel *covar                     ///< Covariance pseudo-matrix from which to transfer
+    );
+
+
 /// @}
 #endif // #ifndef PS_IMAGE_COVARIANCE_H
