diff --git a/Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx b/Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx index 4963306b34a459f87283d7bf17cc98b0ad4060d9..b1017b3d7e963dfb648937dfde34d5bfbbabfff0 100644 --- a/Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx +++ b/Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx @@ -75,7 +75,7 @@ private: "Note: this application doesn't take into account the terms which do not depend on the polarization of the antennas. \n" "The parameter gain can be used for this purpose.\n" "\n" - "The final formula is thus : P = | B^T . [S] . A |², where A ans B are two Jones vectors and S is a Sinclair matrix."); + "More details can be found in the OTB CookBook (SAR processing chapter)."); SetDocLimitations("None"); SetDocAuthors("OTB-Team");