diff --git a/Applications/Util/otbBandMath.cxx b/Applications/Util/otbBandMath.cxx index d692c5e2bb4f27a1f6dca87f62221cadaab191a7..da1e792ec6de71bffb45314fd39cef29a3b1109c 100644 --- a/Applications/Util/otbBandMath.cxx +++ b/Applications/Util/otbBandMath.cxx @@ -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()