Skip to content
Snippets Groups Projects
Commit 667dc075 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: remove warning when phr mode is activated by the application and extend...

ENH: remove warning when phr mode is activated by the application and extend long description to describe app modes
parent acd6a71e
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ private:
// Documentation
SetDocName("Bundle to perfect sensor");
SetDocLongDescription("This application performs P+XS pansharpening.");
SetDocLongDescription("This application performs P+XS pansharpening. The default mode use Pan and XS sensor models to estimate the transformation to superimpose XS over Pan before the fusion (\"default mode\"). The application provides also a PHR mode for Pleiades images which does not use sensor models as Pan and XS products are already coregistered but only estimate an affine transformation to superimpose XS over the Pan.Note that this option is automatically activated in case Pleiades images are detected as input.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
......@@ -153,7 +153,6 @@ private:
if (panProcessing.compare("SENSOR") == 0 &&
xsProcessing.compare("SENSOR") == 0)
{
otbAppLogWARNING("Force PHR mode with PHR data. You need to add \"-mode default\" to force the default mode with PHR images.");
SetParameterInt("mode",Mode_PHR);
}
}
......
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