Skip to content
Snippets Groups Projects
Commit 11e00c6a authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC: don't mark toc computation as experimental anymore in optical calibration app

parent f241ef2f
No related branches found
No related tags found
No related merge requests found
...@@ -191,9 +191,9 @@ private: ...@@ -191,9 +191,9 @@ private:
AddRAMParameter(); AddRAMParameter();
AddParameter(ParameterType_Choice, "level", "Calibration Level"); 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.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"); SetParameterString("level", "toa");
AddParameter(ParameterType_Empty, "milli", "Convert to milli reflectance"); AddParameter(ParameterType_Empty, "milli", "Convert to milli reflectance");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment