From ef3f101bc7b7a1b26670fe177d3e66a2f5224b24 Mon Sep 17 00:00:00 2001 From: Jonathan Guinet <jonathan.guinet@c-s.fr> Date: Wed, 26 Oct 2011 10:28:47 +0200 Subject: [PATCH] DOC: Bundle To Perfect Sensor application doc update. --- .../Projections/otbBundleToPerfectSensor.cxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Applications/Projections/otbBundleToPerfectSensor.cxx b/Applications/Projections/otbBundleToPerfectSensor.cxx index a9a63c5985..02945d7720 100644 --- a/Applications/Projections/otbBundleToPerfectSensor.cxx +++ b/Applications/Projections/otbBundleToPerfectSensor.cxx @@ -51,6 +51,19 @@ private: { SetName("BundleToPerfectSensor"); SetDescription("Perform P+XS pansharpening"); + + // Documentation + SetDocName("Bundle to perfect sensor application"); + SetDocLongDescription("This application performs P+XS pansharpening."); + SetDocLimitations("None"); + SetDocAuthors("OTB-Team"); + SetDocSeeAlso(" "); + SetDocCLExample("otbApplicationLauncherCommandLine BundleToPerfectSensor ${OTB-BIN}/bin " + "--inp ${OTB-Data}/Examples/QB_Toulouse_Ortho_PAN.tif --inxs ${OTB-Data}/Examples/QB_Toulouse_Ortho_XS.tif " + "--out PanSharpenedImage.tif"); + AddDocTag("Projection"); + AddDocTag("Image manipulation"); + AddDocTag("Pansharpening"); } virtual ~BundleToPerfectSensor() -- GitLab