Commit 3f6d50c9 authored by Cedric's avatar Cedric
Browse files

ENH: added ram parameter to the application

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
...@@ -106,6 +106,8 @@ private: ...@@ -106,6 +106,8 @@ private:
SetParameterDescription("number", "Estimated number of endmembers"); SetParameterDescription("number", "Estimated number of endmembers");
SetParameterRole("number", Role_Output); SetParameterRole("number", Role_Output);
AddRAMParameter();
// Doc example parameter settings // Doc example parameter settings
SetDocExampleParameterValue("in", "cupriteSubHsi.tif"); SetDocExampleParameterValue("in", "cupriteSubHsi.tif");
SetDocExampleParameterValue("algo", "vd"); SetDocExampleParameterValue("algo", "vd");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment