From 060284208fa311bd9fc8280819c4faebe7c40fee Mon Sep 17 00:00:00 2001
From: Rashad Kanavath <rashad.kanavath@c-s.fr>
Date: Fri, 9 Oct 2015 12:27:49 +0200
Subject: [PATCH] DOC: update parameter decription for lut and noise parameters

---
 .../AppSARCalibration/app/otbSarRadiometricCalibration.cxx   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Modules/Applications/AppSARCalibration/app/otbSarRadiometricCalibration.cxx b/Modules/Applications/AppSARCalibration/app/otbSarRadiometricCalibration.cxx
index 7f4024724d..60b855bda5 100644
--- a/Modules/Applications/AppSARCalibration/app/otbSarRadiometricCalibration.cxx
+++ b/Modules/Applications/AppSARCalibration/app/otbSarRadiometricCalibration.cxx
@@ -66,10 +66,11 @@ private:
     AddRAMParameter();
 
     AddParameter(ParameterType_Empty, "noise", "Disable Noise");
-    SetParameterDescription("noise", "Flag to disable noise. For 5.2.0 release, the noise values are only read by TerraSARX product. Hence for other sensors this flag has no effect.");
+    SetParameterDescription("noise", "Flag to disable noise. For 5.2.0 release, the noise values are only read by TerraSARX product.");
     MandatoryOff("noise");
 
-    AddParameter(ParameterType_Choice, "lut", "Lookup table sigma /gamma/ beta/ DN");
+    AddParameter(ParameterType_Choice, "lut", "Lookup table sigma /gamma/ beta/ DN.");
+    SetParameterDescription("lut", "Lookup table values are not available with all SAR products. The products that provide lookup table with metadata are: Sentinel1, Radarsat2.");
     AddChoice("lut.sigma", "Use sigma nought lookup");
     SetParameterDescription("lut.sigma","Use Sigma nought lookup value from product metadata");
     AddChoice("lut.gamma", "Use gamma nought lookup");
-- 
GitLab