mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-11 00:04:27 -04:00
79 lines
2.7 KiB
XML
79 lines
2.7 KiB
XML
<root>
|
|
<key>SARDecompositions</key>
|
|
<exec>otbcli_SARDecompositions</exec>
|
|
<longname>SARDecompositions</longname>
|
|
<group>Miscellaneous</group>
|
|
<description>From one-band complex images (each one related to an element of the Sinclair matrix), returns the selected decomposition.</description>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_ComplexInputImage">ParameterRaster</parameter_type>
|
|
<key>inhh</key>
|
|
<name>Input Image</name>
|
|
<description>Input image (HH)</description>
|
|
<optional>False</optional>
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_ComplexInputImage">ParameterRaster</parameter_type>
|
|
<key>inhv</key>
|
|
<name>Input Image</name>
|
|
<description>Input image (HV)</description>
|
|
<optional>True</optional>
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_ComplexInputImage">ParameterRaster</parameter_type>
|
|
<key>invh</key>
|
|
<name>Input Image</name>
|
|
<description>Input image (VH)</description>
|
|
<optional>True</optional>
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_ComplexInputImage">ParameterRaster</parameter_type>
|
|
<key>invv</key>
|
|
<name>Input Image</name>
|
|
<description>Input image (VV)</description>
|
|
<optional>False</optional>
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_ComplexOutputImage">OutputRaster</parameter_type>
|
|
<key>out</key>
|
|
<name>Output Image</name>
|
|
<description>Output image</description>
|
|
<hidden />
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
|
<key>decomp</key>
|
|
<name>Decompositions</name>
|
|
<description />
|
|
<options>
|
|
<choices>
|
|
<choice>haa</choice>
|
|
<choice>barnes</choice>
|
|
<choice>huynen</choice>
|
|
<choice>pauli</choice>
|
|
</choices>
|
|
</options>
|
|
<default>0</default>
|
|
<optional>False</optional>
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
|
<key>inco.kernelsize</key>
|
|
<name>Kernel size for spatial incoherent averaging.</name>
|
|
<description>Minute (0-59)</description>
|
|
<minValue />
|
|
<maxValue />
|
|
<default>3</default>
|
|
<optional>True</optional>
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
|
<key>ram</key>
|
|
<name>Available RAM (Mb)</name>
|
|
<description>Available memory for processing (in MB)</description>
|
|
<minValue />
|
|
<maxValue />
|
|
<default>128</default>
|
|
<optional>True</optional>
|
|
</parameter>
|
|
</root>
|