From 34dba20d5a7b2572c48d0a5693e90dd341dc2a2c Mon Sep 17 00:00:00 2001
From: Christophe Palmann <christophe.palmann@c-s.fr>
Date: Tue, 8 Sep 2015 16:06:11 +0200
Subject: [PATCH] ENH: typo

---
 .../Polarimetry/include/otbSinclairToMuellerMatrixFunctor.h   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Modules/Filtering/Polarimetry/include/otbSinclairToMuellerMatrixFunctor.h b/Modules/Filtering/Polarimetry/include/otbSinclairToMuellerMatrixFunctor.h
index 5d31c330b7..4bd338ccef 100644
--- a/Modules/Filtering/Polarimetry/include/otbSinclairToMuellerMatrixFunctor.h
+++ b/Modules/Filtering/Polarimetry/include/otbSinclairToMuellerMatrixFunctor.h
@@ -50,8 +50,8 @@ namespace Functor
  * With :
  * - \f$ T_{xx} = -S_{hh} \f$
  * - \f$ T_{xy} = -S_{hv} \f$
- * - \f$ T_{yx} = -S_{vh} \f$
- * - \f$ T_{yy} = -S_{vv} \f$
+ * - \f$ T_{yx} = S_{vh} \f$
+ * - \f$ T_{yy} = S_{vv} \f$
  *
  * Output is a not a complex. The output pixel has 16 channels : each element of the Mueller matrix.
  * The order of the channels corresponds to :
-- 
GitLab