Skip to content
Snippets Groups Projects
Commit 219d8e1d authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

DOC: Band Math application Doc update.

parent 581d7aed
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,17 @@ private:
{
SetName("BandMath");
SetDescription("Perform a mathematical operation on monoband images");
SetDocName("Band Math Application");
SetDocLongDescription("This application performs a mathematical operation on monoband images."
" Mathematical formula interpretation is done via MuPasrer libraries http://muparser.sourceforge.net/");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
SetDocCLExample("otbApplicationLauncherCommandLine BandMath ${OTB-BIN}/bin"
" --il ${OTB-Data}/oupees_sub_c1.png ${OTB-Data}/oupees_sub_c2.png ${OTB-Data}/oupees_sub.png"
"--out apTvUtBandMathOutput.tif --exp \"cos(im1b1)+im2b1*im3b1-im3b2+ndvi(im3b3,im3b4)\"");
AddDocTag("Util");
}
void DoCreateParameters()
......
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