mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
107 lines
3.6 KiB
XML
107 lines
3.6 KiB
XML
<root>
|
|
<key>SARPolarSynth</key>
|
|
<exec>otbcli_SARPolarSynth</exec>
|
|
<longname>SARPolarSynth</longname>
|
|
<group>Miscellaneous</group>
|
|
<description>Gives, for each pixel, the power that would have been received by a SAR system with a basis different from the classical (H,V) one (polarimetric synthetis).</description>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_ComplexInputImage">ParameterRaster</parameter_type>
|
|
<key>in</key>
|
|
<name>Input Image</name>
|
|
<description>Input image.</description>
|
|
<optional>False</optional>
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type>
|
|
<key>out</key>
|
|
<name>Output Image</name>
|
|
<description>Output image.</description>
|
|
<hidden />
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
|
<key>psii</key>
|
|
<name>psii</name>
|
|
<description>Orientation (transmitting antenna)</description>
|
|
<minValue />
|
|
<maxValue />
|
|
<default>0</default>
|
|
<optional>False</optional>
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
|
<key>khii</key>
|
|
<name>khii</name>
|
|
<description>Ellipticity (transmitting antenna)</description>
|
|
<minValue />
|
|
<maxValue />
|
|
<default>0</default>
|
|
<optional>False</optional>
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
|
<key>psir</key>
|
|
<name>psir</name>
|
|
<description>Orientation (receiving antenna)</description>
|
|
<minValue />
|
|
<maxValue />
|
|
<default>0</default>
|
|
<optional>False</optional>
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
|
<key>khir</key>
|
|
<name>khir</name>
|
|
<description>Ellipticity (receiving antenna)</description>
|
|
<minValue />
|
|
<maxValue />
|
|
<default>0</default>
|
|
<optional>False</optional>
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
|
<key>emissionh</key>
|
|
<name>Emission H</name>
|
|
<description>This parameter is useful in determining the polarization architecture (dual polarization case).</description>
|
|
<minValue />
|
|
<maxValue />
|
|
<default>0</default>
|
|
<optional>True</optional>
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
|
<key>emissionv</key>
|
|
<name>Emission V</name>
|
|
<description>This parameter is useful in determining the polarization architecture (dual polarization case).</description>
|
|
<minValue />
|
|
<maxValue />
|
|
<default>0</default>
|
|
<optional>True</optional>
|
|
</parameter>
|
|
<parameter>
|
|
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
|
<key>mode</key>
|
|
<name>Forced mode</name>
|
|
<description />
|
|
<options>
|
|
<choices>
|
|
<choice>none</choice>
|
|
<choice>co</choice>
|
|
<choice>cross</choice>
|
|
</choices>
|
|
</options>
|
|
<default>0</default>
|
|
<optional>False</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>
|