1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
<root>
<key>ManageNoData</key>
<exec>otbcli_ManageNoData</exec>
<longname>No Data management</longname>
<group>Image Manipulation</group>
<description>Manage No-Data</description>
<parameter>
<parameter_type source_parameter_type="ParameterType_InputImage">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_Empty">ParameterBoolean</parameter_type>
<key>usenan</key>
<name>Consider NaN as no-data</name>
<description>If active, the application will consider NaN as no-data values as well</description>
<default>True</default>
<optional>True</optional>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
<key>mode</key>
<name>No-data handling mode</name>
<description>Allows choosing between different no-data handling options</description>
<options>
<choices>
<choice>buildmask</choice>
<choice>changevalue</choice>
<choice>apply</choice>
</choices>
</options>
<default>0</default>
<optional>False</optional>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
<key>mode.buildmask.inv</key>
<name>Inside Value</name>
<description>Value given in the output mask to pixels that are not no data pixels</description>
<minValue />
<maxValue />
<default>1</default>
<optional>False</optional>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
<key>mode.buildmask.outv</key>
<name>Outside Value</name>
<description>Value given in the output mask to pixels that are no data pixels</description>
<minValue />
<maxValue />
<default>0</default>
<optional>False</optional>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
<key>mode.changevalue.newv</key>
<name>The new no-data value</name>
<description>The new no-data value</description>
<minValue />
<maxValue />
<default>0</default>
<optional>False</optional>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
<key>mode.apply.mask</key>
<name>Mask image</name>
<description>Mask to be applied on input image (valid pixels have non null values)</description>
<optional>False</optional>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
<key>mode.apply.ndval</key>
<name>Nodata value used</name>
<description>No Data value used according to the mask image</description>
<minValue />
<maxValue />
<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>
|