Skip to content

Commit fef55d0

Browse files
author
julien.malik@gmail.com
committedApr 13, 2012
[otb] fix application descriptors
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@82 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent dcf6bfb commit fef55d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+73
-73
lines changed
 

‎src/sextante/otb/description/BundleToPerfectSensor.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
otbcli_BundleToPerfectSensor
22
BundleToPerfectSensor
33
OTB
4-
ParameterRaster|-inp| Input panchromatic image.|True
5-
ParameterRaster|-inxs| Input XS image.|True
4+
ParameterRaster|-inp| Input panchromatic image.|False
5+
ParameterRaster|-inxs| Input XS image.|False
66
ParameterSelection|-elev|This group of parameters allows to manage elevation values. Supported formats are SRTM, DTED or any geotiff processed by the DEM import application|dem;average;
77
ParameterString|-elev.dem.path|This parameter allows to select a directory containing Digital Elevation Model tiles|
88
ParameterString|-elev.dem.geoid|Use a geoid grid to get the height above the ellipsoid used|

‎src/sextante/otb/description/ColorMapping.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
otbcli_ColorMapping
22
ColorMapping
33
OTB
4-
ParameterRaster|-in|Input image filename|True
4+
ParameterRaster|-in|Input image filename|False
55
OutputRaster|-out|Output image filename|
66
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
77
ParameterSelection|-op|Selection of the operation to execute (default is : label to color).|labeltocolor;colortolabel;
@@ -12,6 +12,6 @@ ParameterSelection|-method.continuous.lut|Available look-up tables.|red;green;bl
1212
ParameterNumber|-method.continuous.min|Set the lower input value of the mapping range.|None|None|0.0
1313
ParameterNumber|-method.continuous.max|Set the higher input value of the mapping range.|None|None|255.0
1414
ParameterNumber|-method.optimal.background|Value of the background label|None|None|0
15-
ParameterRaster|-method.image.in|Support image filename. LUT is calculated using the mean af pixel value on the area. First of all image is normalized with extrema rejection|True
15+
ParameterRaster|-method.image.in|Support image filename. LUT is calculated using the mean af pixel value on the area. First of all image is normalized with extrema rejection|False
1616
ParameterNumber|-method.image.low|lower quantile for image normalisation|None|None|2
1717
ParameterNumber|-method.image.up|upper quantile for image normalisation|None|None|2

0 commit comments

Comments
 (0)