diff --git a/Modules/Applications/AppSARCalibration/app/otbSarRadiometricCalibration.cxx b/Modules/Applications/AppSARCalibration/app/otbSarRadiometricCalibration.cxx index 7f4024724d6ae26aea3361cba901002e6a606e91..60b855bda525f9771f4aba85b13766b3e665a0db 100644 --- a/Modules/Applications/AppSARCalibration/app/otbSarRadiometricCalibration.cxx +++ b/Modules/Applications/AppSARCalibration/app/otbSarRadiometricCalibration.cxx @@ -66,10 +66,11 @@ private: AddRAMParameter(); AddParameter(ParameterType_Empty, "noise", "Disable Noise"); - SetParameterDescription("noise", "Flag to disable noise. For 5.2.0 release, the noise values are only read by TerraSARX product. Hence for other sensors this flag has no effect."); + SetParameterDescription("noise", "Flag to disable noise. For 5.2.0 release, the noise values are only read by TerraSARX product."); MandatoryOff("noise"); - AddParameter(ParameterType_Choice, "lut", "Lookup table sigma /gamma/ beta/ DN"); + AddParameter(ParameterType_Choice, "lut", "Lookup table sigma /gamma/ beta/ DN."); + SetParameterDescription("lut", "Lookup table values are not available with all SAR products. The products that provide lookup table with metadata are: Sentinel1, Radarsat2."); AddChoice("lut.sigma", "Use sigma nought lookup"); SetParameterDescription("lut.sigma","Use Sigma nought lookup value from product metadata"); AddChoice("lut.gamma", "Use gamma nought lookup");