From 11e00c6ae043523213778823187f5e91c1f924bc Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org>
Date: Wed, 5 Nov 2014 12:15:06 +0100
Subject: [PATCH] DOC: don't mark toc computation as experimental anymore in
 optical calibration app

---
 Applications/Radiometry/otbOpticalCalibration.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Applications/Radiometry/otbOpticalCalibration.cxx b/Applications/Radiometry/otbOpticalCalibration.cxx
index a0406950f7..1d19d8d582 100644
--- a/Applications/Radiometry/otbOpticalCalibration.cxx
+++ b/Applications/Radiometry/otbOpticalCalibration.cxx
@@ -191,9 +191,9 @@ private:
     AddRAMParameter();
 
     AddParameter(ParameterType_Choice,   "level", "Calibration Level");
-    AddChoice("level.toa",     "Image to TOA reflectance");
+    AddChoice("level.toa",     "Image to Top Of Atmosphere reflectance");
     AddChoice("level.toatoim",     "TOA reflectance to Image");
-    AddChoice("level.toc",     "TOC : Top Of Canopy (EXPERIMENTAL)");
+    AddChoice("level.toc",     "Image to Top Of Canopy reflectance (atmospheric corrections)");
     SetParameterString("level", "toa");
 
     AddParameter(ParameterType_Empty, "milli", "Convert to milli reflectance");
-- 
GitLab