From 9a681f170126404880efada597fd104ec140ec5e Mon Sep 17 00:00:00 2001
From: Cedric <cedric.traizet@c-s.fr>
Date: Mon, 21 Jan 2019 13:39:40 +0100
Subject: [PATCH] BUG: removed parameter threshold from the doc

---
 .../Applications/AppHyperspectral/app/otbLocalRxDetection.cxx    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Modules/Applications/AppHyperspectral/app/otbLocalRxDetection.cxx b/Modules/Applications/AppHyperspectral/app/otbLocalRxDetection.cxx
index bae69290b0..7f3b0fab2c 100644
--- a/Modules/Applications/AppHyperspectral/app/otbLocalRxDetection.cxx
+++ b/Modules/Applications/AppHyperspectral/app/otbLocalRxDetection.cxx
@@ -92,7 +92,6 @@ private:
     // Doc example parameter settings
     SetDocExampleParameterValue("in", "cupriteSubHsi.tif");
     SetDocExampleParameterValue("out", "LocalRxScore.tif");
-    SetDocExampleParameterValue("threshold", "0.5");
     SetDocExampleParameterValue("ir", "1");
     SetDocExampleParameterValue("er", "5");
 
-- 
GitLab