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

DOC: Bundle To Perfect Sensor application doc update.

parent 09689288
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
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