Skip to content
Snippets Groups Projects
Commit 06028420 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

DOC: update parameter decription for lut and noise parameters

parent 3ed31e72
No related branches found
No related tags found
No related merge requests found
...@@ -66,10 +66,11 @@ private: ...@@ -66,10 +66,11 @@ private:
AddRAMParameter(); AddRAMParameter();
AddParameter(ParameterType_Empty, "noise", "Disable Noise"); 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"); 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"); AddChoice("lut.sigma", "Use sigma nought lookup");
SetParameterDescription("lut.sigma","Use Sigma nought lookup value from product metadata"); SetParameterDescription("lut.sigma","Use Sigma nought lookup value from product metadata");
AddChoice("lut.gamma", "Use gamma nought lookup"); AddChoice("lut.gamma", "Use gamma nought lookup");
......
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