From ba0d38f1dd70088bb2308a945cf6f71b4d773782 Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@cnes.fr>
Date: Tue, 17 Oct 2017 17:47:56 +0200
Subject: [PATCH] DOC: reflectance by default are between O and 1

---
 .../AppOpticalCalibration/app/otbOpticalCalibration.cxx     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Modules/Applications/AppOpticalCalibration/app/otbOpticalCalibration.cxx b/Modules/Applications/AppOpticalCalibration/app/otbOpticalCalibration.cxx
index 7707ead171..87e7dc310f 100644
--- a/Modules/Applications/AppOpticalCalibration/app/otbOpticalCalibration.cxx
+++ b/Modules/Applications/AppOpticalCalibration/app/otbOpticalCalibration.cxx
@@ -186,7 +186,7 @@ private:
     AddDocTag(Tags::Calibration);
 
     AddParameter(ParameterType_InputImage,  "in",  "Input");
-    SetParameterDescription("in", "Input image filename (values in DN)");
+    SetParameterDescription("in", "Input image filename");
 
     AddParameter(ParameterType_OutputImage, "out", "Output");
     SetParameterDescription("out","Output calibrated image filename");
@@ -205,8 +205,8 @@ private:
     DisableParameter("milli");
     MandatoryOff("milli");
 
-    AddParameter(ParameterType_Empty, "clamp", "Clamp of reflectivity values between [0, 100]");
-    SetParameterDescription("clamp", "Clamping in the range [0, 100]. It can be useful to preserve area with specular reflectance.");
+    AddParameter(ParameterType_Empty, "clamp", "Clamp of reflectivity values between [0, 1]");
+    SetParameterDescription("clamp", "Clamping in the range [0, 1]. It can be useful to preserve area with specular reflectance.");
     EnableParameter("clamp");
     MandatoryOff("clamp");
 
-- 
GitLab