[otb] 01/01: update patch header

Rashad Kanavath rashad-guest at moszumanska.debian.org
Tue Dec 22 16:37:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a commit to branch master
in repository otb.

commit b2f13376930ca39f38171806a5ebba58bd94d2dc
Author: Rashad Kanavath <rashad.kanavath at c-s.fr>
Date:   Tue Dec 22 17:37:13 2015 +0100

    update patch header
---
 debian/patches/spelling.patch | 205 +++++++++++++++++++++---------------------
 1 file changed, 101 insertions(+), 104 deletions(-)

diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index e65b5ab..d89dc88 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -1,7 +1,4 @@
-Description: Fix dh_shlibs reports missing symbols
-Author: Rashad Kanavath <rashad.kanavath at c-s.fr>, Bas Couwenberg <sebastic at xs4all.nl>
-Last-Update: 2015-12-22
-
+ProxyChains-3.1 (http://proxychains.sf.net)
 --- otb.orig/Modules/Applications/AppChangeDetection/app/otbMultivariateAlterationDetector.cxx
 +++ otb/Modules/Applications/AppChangeDetection/app/otbMultivariateAlterationDetector.cxx
 @@ -75,7 +75,7 @@
@@ -16,21 +13,21 @@ Last-Update: 2015-12-22
 --- otb.orig/Modules/Applications/AppClassification/app/otbClassificationMapRegularization.cxx
 +++ otb/Modules/Applications/AppClassification/app/otbClassificationMapRegularization.cxx
 @@ -71,7 +71,7 @@
-
+ 
      /** GROUP IO CLASSIFICATION */
      AddParameter(ParameterType_Group,"io","Input and output images");
 -    SetParameterDescription("io","This group of parameters allows to set input and output images for classification map regularization by Majority Voting.");
 +    SetParameterDescription("io","This group of parameters allows one to set input and output images for classification map regularization by Majority Voting.");
-
+ 
      AddParameter(ParameterType_InputImage, "io.in",  "Input classification image");
      SetParameterDescription( "io.in", "The input labeled image to regularize.");
 @@ -82,7 +82,7 @@
-
-
+ 
+ 
      AddParameter(ParameterType_Group,"ip","Regularization parameters");
 -    SetParameterDescription("ip","This group allows to set parameters for classification map regularization by Majority Voting.");
 +    SetParameterDescription("ip","This group allows one to set parameters for classification map regularization by Majority Voting.");
-
+ 
      AddParameter(ParameterType_Int, "ip.radius", "Structuring element radius (in pixels)");
      SetParameterDescription("ip.radius", "The radius of the ball shaped structuring element (expressed in pixels). By default, 'ip.radius = 1 pixel'.");
 --- otb.orig/Modules/Applications/AppClassification/app/otbFusionOfClassifications.cxx
@@ -48,18 +45,18 @@ Last-Update: 2015-12-22
 +++ otb/Modules/Applications/AppClassification/app/otbImageClassifier.cxx
 @@ -81,7 +81,7 @@
      SetParameterDescription( "in", "The input image to classify.");
-
+ 
      AddParameter(ParameterType_InputImage,  "mask",   "Input Mask");
 -    SetParameterDescription( "mask", "The mask allows to restrict classification of the input image to the area where mask pixel values are greater than 0.");
 +    SetParameterDescription( "mask", "The mask allows one to restrict classification of the input image to the area where mask pixel values are greater than 0.");
      MandatoryOff("mask");
-
+ 
      AddParameter(ParameterType_InputFilename, "model", "Model file");
 --- otb.orig/Modules/Applications/AppClassification/app/otbPredictRegression.cxx
 +++ otb/Modules/Applications/AppClassification/app/otbPredictRegression.cxx
 @@ -141,7 +141,7 @@
      // TODO : use CSV input/output ?
-
+ 
      AddParameter(ParameterType_InputImage,  "mask",   "Input Mask");
 -    SetParameterDescription( "mask", "The mask allows to restrict "
 +    SetParameterDescription( "mask", "The mask allows one to restrict "
@@ -78,7 +75,7 @@ Last-Update: 2015-12-22
      "validation sets per class and per image.\n Several classifier parameters can be set depending on the chosen classifier. In the "
      "validation process, the confusion matrix is organized the following way: rows = reference labels, columns = produced labels. "
 @@ -128,7 +128,7 @@
-
+ 
    //Group IO
    AddParameter(ParameterType_Group, "io", "Input and output data");
 -  SetParameterDescription("io", "This group of parameters allows to set input and output data.");
@@ -92,13 +89,13 @@ Last-Update: 2015-12-22
    SetParameterDescription("sample",
 -                          "This group of parameters allows to set training and validation sample lists parameters.");
 +                          "This group of parameters allows one to set training and validation sample lists parameters.");
-
+ 
    AddParameter(ParameterType_Int, "sample.mt", "Maximum training sample size per class");
    //MandatoryOff("mt");
 --- otb.orig/Modules/Applications/AppClassification/app/otbTrainRegression.cxx
 +++ otb/Modules/Applications/AppClassification/app/otbTrainRegression.cxx
 @@ -122,7 +122,7 @@
-
+ 
    //Group IO
    AddParameter(ParameterType_Group, "io", "Input and output data");
 -  SetParameterDescription("io", "This group of parameters allows to set input and output data.");
@@ -112,7 +109,7 @@ Last-Update: 2015-12-22
    SetParameterDescription("sample",
 -                          "This group of parameters allows to set training and validation sample lists parameters.");
 +                          "This group of parameters allows one to set training and validation sample lists parameters.");
-
+ 
    AddParameter(ParameterType_Int, "sample.mt", "Maximum training predictors");
    //MandatoryOff("mt");
 --- otb.orig/Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx
@@ -141,26 +138,26 @@ Last-Update: 2015-12-22
        " This is done via reprojection or by applying the image sensor models.");
 @@ -143,7 +143,7 @@
      SetParameterDescription("mode.full","Extract and match all keypoints, loading both images entirely into memory");
-
+ 
      AddChoice("mode.geobins","Search keypoints in small spatial bins regularly spread accross first image");
 -    SetParameterDescription("mode.geobins","This method allows to retrieve a set of tie points regulary spread accross image 1. Corresponding bins in image 2 are retrieved using sensor and geographical information if available. The first bin position takes into account the margin parameter. Bins are cropped to the largest image region shrinked by the margin parameter for both in1 and in2 images.");
 +    SetParameterDescription("mode.geobins","This method allows one to retrieve a set of tie points regulary spread accross image 1. Corresponding bins in image 2 are retrieved using sensor and geographical information if available. The first bin position takes into account the margin parameter. Bins are cropped to the largest image region shrinked by the margin parameter for both in1 and in2 images.");
-
+     
      AddParameter(ParameterType_Int,"mode.geobins.binsize","Size of bin");
      SetParameterDescription("mode.geobins.binsize","Radius of the spatial bin in pixels");
 @@ -175,7 +175,7 @@
      SetDefaultParameterFloat("precision",0.);
-
+ 
      AddParameter(ParameterType_Empty,"mfilter","Filter points according to geographical or sensor based colocalisation");
 -    SetParameterDescription("mfilter","If enabled, this option allows to filter matches according to colocalisation from sensor or geographical information, using the given tolerancy expressed in pixels");
 +    SetParameterDescription("mfilter","If enabled, this option allows one to filter matches according to colocalisation from sensor or geographical information, using the given tolerancy expressed in pixels");
-
+ 
      AddParameter(ParameterType_Empty,"2wgs84","If enabled, points from second image will be exported in WGS84");
-
+ 
 --- otb.orig/Modules/Applications/AppEdge/app/otbLineSegmentDetection.cxx
 +++ otb/Modules/Applications/AppEdge/app/otbLineSegmentDetection.cxx
 @@ -57,7 +57,7 @@
-
+ 
      // Documentation
      SetDocName("Line segment detection");
 -    SetDocLongDescription("This application detects locally straight contours in a image. It is based on Burns, Hanson, and Riseman method and use an a contrario validation approach (Desolneux, Moisan, and Morel). The algorithm was published by Rafael Gromponevon Gioi, Jérémie Jakubowicz, Jean-Michel Morel and Gregory Randall.\n The given approach computes gradient and level lines of the image and detects aligned points in line support region. The application allows to export the detect [...]
@@ -171,7 +168,7 @@ Last-Update: 2015-12-22
 --- otb.orig/Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx
 +++ otb/Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx
 @@ -96,7 +96,7 @@
-
+ 
      // Documentation
      SetDocName("Hyperspectral data unmixing");
 -    SetDocLongDescription("The application applies a linear unmixing algorithm to an hyperspectral data cube. This method supposes that the mixture between materials in the scene is macroscopic and simulates a linear mixing model of spectra.\nThe Linear Mixing Model (LMM) acknowledges that reflectance spectrum associated with each pixel is a linear combination of pure materials in the recovery area, commonly known as endmembers. Endmembers can be estimated using the VertexComponentAnaly [...]
@@ -183,7 +180,7 @@ Last-Update: 2015-12-22
 +++ otb/Modules/Applications/AppImageUtils/app/otbColorMapping.cxx
 @@ -250,10 +250,10 @@
      SetDescription("Maps an input label image to 8-bits RGB using look-up tables.");
-
+ 
      SetDocName("Color Mapping");
 -    SetDocLongDescription("This application allows to map a label image to a 8-bits RGB image (in both ways) using different methods.\n"
 -                          " -The custom method allows to use a custom look-up table. The look-up table is loaded "
@@ -198,7 +195,7 @@ Last-Update: 2015-12-22
 --- otb.orig/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx
 +++ otb/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx
 @@ -96,7 +96,7 @@
-
+ 
      // Documentation
      SetDocName("Download or list SRTM tiles related to a set of images");
 -    SetDocLongDescription("This application allows to select the appropriate SRTM tiles that covers a list of images. It builds a list of the required tiles. Two modes are available: the first one download those tiles from the USGS SRTM3 website (http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/), the second one list those tiles in a local directory. In both cases, you need to indicate the directory in which directory  tiles will be download or the location of local SRTM files.");
@@ -232,30 +229,30 @@ Last-Update: 2015-12-22
 +++ otb/Modules/Applications/AppImageUtils/app/otbReadImageInfo.cxx
 @@ -70,7 +70,7 @@
      MandatoryOff("keywordlist");
-
+ 
      AddParameter(ParameterType_OutputFilename, "outkwl", "Write the OSSIM keywordlist to a geom file");
 -    SetParameterDescription("outkwl", "This option allows to extract the OSSIM keywordlist of the image into a geom file.");
 +    SetParameterDescription("outkwl", "This option allows one to extract the OSSIM keywordlist of the image into a geom file.");
      MandatoryOff("outkwl");
-
+ 
      //Create output parameters to store image informations
 @@ -179,7 +179,7 @@
      EnableParameter("country");
-
+ 
      AddParameter(ParameterType_Group, "rgb", "Default RGB Display");
 -    SetParameterDescription("rgb","This group of parameters allows to access to the default rgb composition.");
 +    SetParameterDescription("rgb","This group of parameters allows one to access to the default rgb composition.");
-
+ 
      AddParameter(ParameterType_Int, "rgb.r", "Red Band");
      SetParameterDescription("rgb.r","Red band Number");
 @@ -207,7 +207,7 @@
      EnableParameter("keyword");
-
+ 
      AddParameter(ParameterType_Group, "gcp", "Ground Control Points information");
 -    SetParameterDescription("gcp","This group of parameters allows to access to the GCPs information.");
 +    SetParameterDescription("gcp","This group of parameters allows one to access to the GCPs information.");
      SetParameterRole("gcp", Role_Output);
-
+ 
      AddParameter(ParameterType_Int, "gcp.count", "GCPs Number");
 --- otb.orig/Modules/Applications/AppMathParserX/app/otbBandMathX.cxx
 +++ otb/Modules/Applications/AppMathParserX/app/otbBandMathX.cxx
@@ -293,16 +290,16 @@ Last-Update: 2015-12-22
  "If the sensor is not supported by the metadata interface factory of OTB, users still have the possibility to give the needed parameters to the application.\n"
  "For TOA conversion, these parameters are : \n"
 @@ -198,7 +198,7 @@
-
+ 
      AddParameter(ParameterType_Empty, "milli", "Convert to milli reflectance");
      SetParameterDescription("milli", "Flag to use milli-reflectance instead of reflectance.\n"
 -                            "This allows to save the image with integer pixel type (in the range [0, 1000]  instead of floating point in the range [0, 1]. In order to do that, use this option and set the output pixel type (-out filename double for example)");
 +                            "This allows one to save the image with integer pixel type (in the range [0, 1000]  instead of floating point in the range [0, 1]. In order to do that, use this option and set the output pixel type (-out filename double for example)");
      DisableParameter("milli");
      MandatoryOff("milli");
-
+ 
 @@ -209,7 +209,7 @@
-
+ 
      //Acquisition parameters
      AddParameter(ParameterType_Group,"acqui","Acquisition parameters");
 -    SetParameterDescription("acqui","This group allows to set the parameters related to the acquisition conditions.");
@@ -311,7 +308,7 @@ Last-Update: 2015-12-22
      AddParameter(ParameterType_Int, "acqui.minute",   "Minute");
      SetParameterDescription("acqui.minute", "Minute (0-59)");
 @@ -285,7 +285,7 @@
-
+ 
      //Atmospheric parameters (TOC)
      AddParameter(ParameterType_Group,"atmo","Atmospheric parameters (for TOC)");
 -    SetParameterDescription("atmo","This group allows to set the atmospheric parameters.");
@@ -323,27 +320,27 @@ Last-Update: 2015-12-22
 +++ otb/Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx
 @@ -60,7 +60,7 @@
      SetDescription("Generate a RPC sensor model from a list of Ground Control Points.");
-
+ 
      SetDocName("Generate a RPC sensor model");
 -    SetDocLongDescription("This application generates a RPC sensor model from a list of Ground Control Points. At least 20 points are required for estimation wihtout elevation support, and 40 points for estimation with elevation support. Elevation support will be automatically deactivated if an insufficient amount of points is provided. The application can optionnaly output a file containing accuracy statistics for each point, and a vector file containing segments represening points res [...]
 +    SetDocLongDescription("This application generates a RPC sensor model from a list of Ground Control Points. At least 20 points are required for estimation wihtout elevation support, and 40 points for estimation with elevation support. Elevation support will be automatically deactivated if an insufficient amount of points is provided. The application can optionnaly output a file containing accuracy statistics for each point, and a vector file containing segments represening points res [...]
-
+ 
      AddDocTag(Tags::Geometry);
-
+ 
 --- otb.orig/Modules/Applications/AppProjection/app/otbGridBasedImageResampling.cxx
 +++ otb/Modules/Applications/AppProjection/app/otbGridBasedImageResampling.cxx
 @@ -107,7 +107,7 @@
      SetDescription("Resamples an image according to a resampling grid");
-
+ 
      SetDocName("Grid Based Image Resampling");
 -    SetDocLongDescription("This application allows to perform image resampling from an input resampling grid.");
 +    SetDocLongDescription("This application allows one to perform image resampling from an input resampling grid.");
      SetDocLimitations("None");
      SetDocAuthors("OTB-Team");
-
+ 
 @@ -116,7 +116,7 @@
      SetDocSeeAlso("otbStereorecificationGridGeneration");
-
+ 
      AddParameter(ParameterType_Group,"io","Input and output data");
 -    SetParameterDescription("io","This group of parameters allows to set the input and output images.");
 +    SetParameterDescription("io","This group of parameters allows one to set the input and output images.");
@@ -351,7 +348,7 @@ Last-Update: 2015-12-22
      SetParameterDescription("io.in","The input image to resample");
      AddParameter(ParameterType_OutputImage, "io.out", "Output Image");
 @@ -161,14 +161,14 @@
-
+ 
      // Interpolators
      AddParameter(ParameterType_Choice,   "interpolator", "Interpolation");
 -    SetParameterDescription("interpolator","This group of parameters allows to define how the input image will be interpolated during resampling.");
@@ -366,7 +363,7 @@ Last-Update: 2015-12-22
 +    SetParameterDescription("interpolator.bco.radius","This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.");
      SetDefaultParameterInt("interpolator.bco.radius", 2);
      SetParameterString("interpolator","bco");
-
+ 
 --- otb.orig/Modules/Applications/AppProjection/app/otbOrthoRectification.cxx
 +++ otb/Modules/Applications/AppProjection/app/otbOrthoRectification.cxx
 @@ -88,7 +88,7 @@
@@ -379,7 +376,7 @@ Last-Update: 2015-12-22
      // Documentation
      SetDocName("Ortho-rectification");
 @@ -106,7 +106,7 @@
-
+ 
      // Set the parameters
      AddParameter(ParameterType_Group,"io","Input and output data");
 -    SetParameterDescription("io","This group of parameters allows to set the input and output images.");
@@ -388,12 +385,12 @@ Last-Update: 2015-12-22
      SetParameterDescription("io.in","The input image to ortho-rectify");
      AddParameter(ParameterType_OutputImage, "io.out", "Output Image");
 @@ -117,7 +117,7 @@
-
+ 
      // Add the output paramters in a group
      AddParameter(ParameterType_Group, "outputs", "Output Image Grid");
 -    SetParameterDescription("outputs","This group of parameters allows to define the grid on which the input image will be resampled.");
 +    SetParameterDescription("outputs","This group of parameters allows one to define the grid on which the input image will be resampled.");
-
+ 
      // UserDefined values
      AddParameter(ParameterType_Choice, "outputs.mode", "Parameters estimation modes");
 @@ -193,26 +193,26 @@
@@ -412,7 +409,7 @@ Last-Update: 2015-12-22
      AddParameter(ParameterType_Group,"opt","Speed optimization parameters");
 -    SetParameterDescription("opt","This group of parameters allows to optimize processing time.");
 +    SetParameterDescription("opt","This group of parameters allows one to optimize processing time.");
-
+ 
      // Estimate a RPC model (for spot image for instance)
      AddParameter(ParameterType_Int, "opt.rpc", "RPC modeling (points per axis)");
      SetDefaultParameterInt("opt.rpc", 10);
@@ -420,38 +417,38 @@ Last-Update: 2015-12-22
 +    SetParameterDescription("opt.rpc","Enabling RPC modeling allows one to speed-up SPOT5 ortho-rectification. Value is the number of control points per axis for RPC estimation");
      DisableParameter("opt.rpc");
      MandatoryOff("opt.rpc");
-
+ 
      // RAM available
      AddRAMParameter("opt.ram");
 -    SetParameterDescription("opt.ram","This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)");
 +    SetParameterDescription("opt.ram","This allows one to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)");
-
+ 
      // Displacement Field Spacing
      AddParameter(ParameterType_Float, "opt.gridspacing", "Resampling grid spacing");
 --- otb.orig/Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx
 +++ otb/Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx
 @@ -59,7 +59,7 @@
      SetDescription("Perform least-square fit of a sensor model to a set of tie points");
-
+ 
      SetDocName("Refine Sensor Model");
 -    SetDocLongDescription("This application reads a geom file containing a sensor model and a text file containing a list of ground control point, and performs a least-square fit of the sensor model adjustable parameters to these tie points. It produces an updated geom file as output, as well as an optional ground control points based statistics file and a vector file containing residues. The output geom file can then be used to ortho-rectify the data more accurately. Plaease note that  [...]
 +    SetDocLongDescription("This application reads a geom file containing a sensor model and a text file containing a list of ground control point, and performs a least-square fit of the sensor model adjustable parameters to these tie points. It produces an updated geom file as output, as well as an optional ground control points based statistics file and a vector file containing residues. The output geom file can then be used to ortho-rectify the data more accurately. Plaease note that  [...]
-
+ 
      AddDocTag(Tags::Geometry);
-
+ 
 --- otb.orig/Modules/Applications/AppProjection/app/otbRigidTransformResample.cxx
 +++ otb/Modules/Applications/AppProjection/app/otbRigidTransformResample.cxx
 @@ -100,7 +100,7 @@
-
+ 
      //Transform
      AddParameter(ParameterType_Group,"transform","Transform parameters");
 -    SetParameterDescription("transform","This group of parameters allows to set the transformation to apply.");
 +    SetParameterDescription("transform","This group of parameters allows one to set the transformation to apply.");
-
+ 
      AddParameter(ParameterType_Choice, "transform.type", "Type of transformation");
      SetParameterDescription("transform.type","Type of transformation. Available transformations are spatial scaling, translation and rotation with scaling factor");
 @@ -148,20 +148,20 @@
-
+ 
      // Interpolators
      AddParameter(ParameterType_Choice,   "interpolator", "Interpolation");
 -    SetParameterDescription("interpolator","This group of parameters allows to define how the input image will be interpolated during resampling.");
@@ -466,31 +463,31 @@ Last-Update: 2015-12-22
 +    SetParameterDescription("interpolator.bco.radius","This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.");
      SetDefaultParameterInt("interpolator.bco.radius", 2);
      SetParameterString("interpolator","bco");
-
+ 
      // RAM available
      AddRAMParameter("ram");
 -    SetParameterDescription("ram","This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)");
 +    SetParameterDescription("ram","This allows one to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)");
-
+ 
      // Doc example parameter settings
      SetDocExampleParameterValue("in", "qb_toulouse_sub.tif");
 --- otb.orig/Modules/Applications/AppProjection/app/otbSuperimpose.cxx
 +++ otb/Modules/Applications/AppProjection/app/otbSuperimpose.cxx
 @@ -121,13 +121,13 @@
-
+     
      // Interpolators
      AddParameter(ParameterType_Choice,   "interpolator", "Interpolation");
 -    SetParameterDescription("interpolator","This group of parameters allows to define how the input image will be interpolated during resampling.");
 +    SetParameterDescription("interpolator","This group of parameters allows one to define how the input image will be interpolated during resampling.");
-
+ 
      AddChoice("interpolator.bco",    "Bicubic interpolation");
      SetParameterDescription("interpolator.bco", "Bicubic interpolation leads to very good image quality but is slow.");
-
+ 
      AddParameter(ParameterType_Radius, "interpolator.bco.radius", "Radius for bicubic interpolation");
 -    SetParameterDescription("interpolator.bco.radius","This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.");
 +    SetParameterDescription("interpolator.bco.radius","This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.");
      SetDefaultParameterInt("interpolator.bco.radius", 2);
-
+ 
      AddChoice("interpolator.nn",     "Nearest Neighbor interpolation");
 --- otb.orig/Modules/Applications/AppProjection/app/otbVectorDataReprojection.cxx
 +++ otb/Modules/Applications/AppProjection/app/otbVectorDataReprojection.cxx
@@ -513,7 +510,7 @@ Last-Update: 2015-12-22
 --- otb.orig/Modules/Applications/AppSARCalibration/app/otbSarRadiometricCalibration.cxx
 +++ otb/Modules/Applications/AppSARCalibration/app/otbSarRadiometricCalibration.cxx
 @@ -49,7 +49,7 @@
-
+ 
      // Documentation
      SetDocName("SAR Radiometric calibration");
 -    SetDocLongDescription("The objective of SAR calibration is to provide imagery in which the pixel values can be directly related to the radar backscatter of the scene. This application allows to compute Sigma Naught (Radiometric Calibration) for TerraSAR-X, Sentinel1 L1 and Radarsat-2 sensors. Metadata are automatically retrieved from image products.The application supports complex and non-complex images (SLC or detected products).\n");
@@ -525,11 +522,11 @@ Last-Update: 2015-12-22
 +++ otb/Modules/Applications/AppSARDecompositions/app/otbSARDecompositions.cxx
 @@ -111,7 +111,7 @@
      SetParameterDescription("decomp.haa","H-alpha-A decomposition");
-
+     
      AddParameter(ParameterType_Group,"inco","Incoherent decompositions");
 -    SetParameterDescription("inco","This group allows to set parameters related to the incoherent decompositions.");
 +    SetParameterDescription("inco","This group allows one to set parameters related to the incoherent decompositions.");
-
+     
      AddParameter(ParameterType_Int, "inco.kernelsize",   "Kernel size for spatial incoherent averaging.");
      SetParameterDescription("inco.kernelsize", "Minute (0-59)");
 --- otb.orig/Modules/Applications/AppSegmentation/app/otbConnectedComponentSegmentation.cxx
@@ -547,7 +544,7 @@ Last-Update: 2015-12-22
 +++ otb/Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx
 @@ -217,7 +217,7 @@
      SetDescription("Second step of the exact Large-Scale Mean-Shift segmentation workflow.");
-
+ 
      SetDocName("Exact Large-Scale Mean-Shift segmentation, step 2");
 -    SetDocLongDescription("This application performs the second step of the exact Large-Scale Mean-Shift segmentation workflow (LSMS). Filtered range image and spatial image should be created with the MeanShiftSmoothing application, with modesearch parameter disabled. If spatial image is not set, the application will only process the range image and spatial radius parameter will not be taken into account. This application will produce a labeled image where neighbor pixels whose range di [...]
 +    SetDocLongDescription("This application performs the second step of the exact Large-Scale Mean-Shift segmentation workflow (LSMS). Filtered range image and spatial image should be created with the MeanShiftSmoothing application, with modesearch parameter disabled. If spatial image is not set, the application will only process the range image and spatial radius parameter will not be taken into account. This application will produce a labeled image where neighbor pixels whose range di [...]
@@ -557,7 +554,7 @@ Last-Update: 2015-12-22
 --- otb.orig/Modules/Applications/AppSegmentation/app/otbSegmentation.cxx
 +++ otb/Modules/Applications/AppSegmentation/app/otbSegmentation.cxx
 @@ -138,7 +138,7 @@
-
+ 
      // Documentation
      SetDocName("Segmentation");
 -    SetDocLongDescription("This application allows to perform various segmentation algorithms on a multispectral image."
@@ -574,28 +571,28 @@ Last-Update: 2015-12-22
 +                          " and that images of any size can be processed. There are few more options in the vector mode. The simplify option allows one to simplify the geometry"
 +                          " (i.e. remove nodes in polygons) according to a user-defined tolerance. The stitch option allows one to application to try to stitch together polygons corresponding"
                            " to segmented region that may have been split by the tiling scheme. ");
-
+ 
      SetDocLimitations("In raster mode, the application can not handle large input images. Stitching step of vector mode might become slow with very large input images."
 @@ -223,7 +223,7 @@
      SetParameterDescription("mode", "Choice of processing mode, either raster or large-scale.");
-
+ 
      AddChoice("mode.vector", "Tile-based large-scale segmentation with vector output");
 -    SetParameterDescription("mode.vector","In this mode, the application will output a vector file or database, and process the input image piecewise. This allows to perform segmentation of very large images.");
 +    SetParameterDescription("mode.vector","In this mode, the application will output a vector file or database, and process the input image piecewise. This allows one to perform segmentation of very large images.");
-
+ 
      AddChoice("mode.raster", "Standard segmentation with labeled raster output");
      SetParameterDescription("mode.raster","In this mode, the application will output a standard labeled raster. This mode can not handle large data.");
 @@ -258,7 +258,7 @@
      SetParameterDescription("mode.vector.out", "The output vector file or database (name can be anything understood by OGR)");
-
+ 
      AddParameter(ParameterType_Choice,"mode.vector.outmode","Writing mode for the output vector file");
 -    SetParameterDescription("mode.vector.outmode","This allows to set the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.");
 +    SetParameterDescription("mode.vector.outmode","This allows one to set the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.");
-
+ 
      AddChoice("mode.vector.outmode.ulco","Update output vector file, only allow to create new layers");
      SetParameterDescription("mode.vector.outmode.ulco","The output vector file is opened in update mode if existing. If the output layer already exists, the application stops, leaving it untouched.");
 @@ -298,7 +298,7 @@
-
+ 
      AddParameter(ParameterType_Float, "mode.vector.simplify", "Simplify polygons");
      SetParameterDescription("mode.vector.simplify",
 -                            "Simplify polygons according to a given tolerance (in pixel). This option allows to reduce the size of the output file or database.");
@@ -607,7 +604,7 @@ Last-Update: 2015-12-22
 +++ otb/Modules/Applications/AppStereo/app/otbBlockMatching.cxx
 @@ -127,11 +127,11 @@
      SetDescription("Performs block-matching to estimate pixel-wise disparities between two images");
-
+ 
      SetDocName("Pixel-wise Block-Matching");
 -    SetDocLongDescription("This application allows to performs block-matching to estimate pixel-wise disparities "
 -      "between two images. The application allows to choose the block-matching method to use. It also allows to input"
@@ -622,37 +619,37 @@ Last-Update: 2015-12-22
        "disparity, vertical disparity and metric value). One can split these images afterward.");
 @@ -142,7 +142,7 @@
      AddDocTag(Tags::Stereo);
-
+ 
      AddParameter(ParameterType_Group,"io","Input and output data");
 -    SetParameterDescription("io","This group of parameters allows to set the input and output images.");
 +    SetParameterDescription("io","This group of parameters allows one to set the input and output images.");
-
+ 
      AddParameter(ParameterType_InputImage,"io.inleft","Left input image");
      SetParameterDescription("io.inleft","The left input image (reference)");
 @@ -163,24 +163,24 @@
      SetParameterDescription("io.outmetric","If used, the output image will have a second component with metric optimal values");
-
+ 
      AddParameter(ParameterType_Group,"mask","Image masking parameters");
 -    SetParameterDescription("mask","This group of parameters allows to determine the masking parameters to prevent disparities estimation for some pixels of the left image");
 +    SetParameterDescription("mask","This group of parameters allows one to determine the masking parameters to prevent disparities estimation for some pixels of the left image");
-
+ 
      AddParameter(ParameterType_InputImage,"mask.inleft","Discard left pixels from mask image");
 -    SetParameterDescription("mask.inleft","This parameter allows to provide a custom mask for the left image.Block matching will be only perform on pixels inside the mask.");
 +    SetParameterDescription("mask.inleft","This parameter allows one to provide a custom mask for the left image.Block matching will be only perform on pixels inside the mask.");
      MandatoryOff("mask.inleft");
-
+ 
      AddParameter(ParameterType_InputImage,"mask.inright","Discard right pixels from mask image");
 -    SetParameterDescription("mask.inright","This parameter allows to provide a custom mask for the right image.Block matching will be perform only on pixels inside the mask.");
 +    SetParameterDescription("mask.inright","This parameter allows one to provide a custom mask for the right image.Block matching will be perform only on pixels inside the mask.");
      MandatoryOff("mask.inright");
-
+ 
      AddParameter(ParameterType_Float,"mask.nodata","Discard pixels with no-data value");
 -    SetParameterDescription("mask.nodata","This parameter allows to discard pixels whose value is equal to the user-defined no-data value.");
 +    SetParameterDescription("mask.nodata","This parameter allows one to discard pixels whose value is equal to the user-defined no-data value.");
      MandatoryOff("mask.nodata");
      SetDefaultParameterFloat("mask.nodata",0.);
      DisableParameter("mask.nodata");
-
+ 
      AddParameter(ParameterType_Float,"mask.variancet","Discard pixels with low local variance");
 -    SetParameterDescription("mask.variancet","This parameter allows to discard pixels whose local variance is too small (the size of the neighborhood is given by the radius parameter)");
 +    SetParameterDescription("mask.variancet","This parameter allows one to discard pixels whose local variance is too small (the size of the neighborhood is given by the radius parameter)");
@@ -663,35 +660,35 @@ Last-Update: 2015-12-22
 +++ otb/Modules/Applications/AppStereo/app/otbDisparityMapToElevationMap.cxx
 @@ -76,7 +76,7 @@
      AddDocTag(Tags::Stereo);
-
+ 
      AddParameter(ParameterType_Group,"io","Input and output data");
 -    SetParameterDescription("io","This group of parameters allows to set the input and output images and grids.");
 +    SetParameterDescription("io","This group of parameters allows one to set the input and output images and grids.");
-
+ 
      AddParameter(ParameterType_InputImage,"io.in","Input disparity map");
      SetParameterDescription("io.in","The input disparity map (horizontal disparity in first band, vertical in second)");
 --- otb.orig/Modules/Applications/AppStereo/app/otbStereoFramework.cxx
 +++ otb/Modules/Applications/AppStereo/app/otbStereoFramework.cxx
 @@ -341,7 +341,7 @@
-
+ 
      // Add the output paramters in a group
      AddParameter(ParameterType_Group, "input", "Input parameters");
 -    SetParameterDescription("input","This group of parameters allows to parametrize input data.");
 +    SetParameterDescription("input","This group of parameters allows one to parametrize input data.");
-
+ 
      AddParameter(ParameterType_InputImageList,  "input.il",   "Input images list");
      SetParameterDescription("input.il", "The list of images.");
 @@ -362,7 +362,7 @@
-
+ 
      // Add the output paramters in a group
      AddParameter(ParameterType_Group, "output", "Output parameters");
 -    SetParameterDescription("output","This group of parameters allows to choose the DSM resolution, nodata value, and projection parameters.");
 +    SetParameterDescription("output","This group of parameters allows one to choose the DSM resolution, nodata value, and projection parameters.");
-
+ 
      // // Build the Output Map Projection
      // for custom map projection
 @@ -380,7 +380,7 @@
-
+ 
      // UserDefined values
      AddParameter(ParameterType_Choice, "output.fusionmethod", "Method to fuse measures in each DSM cell");
 -    SetParameterDescription("output.fusionmethod","This parameter allows to choose the method used to fuse elevation measurements in each output DSM cell");
@@ -700,17 +697,17 @@ Last-Update: 2015-12-22
      AddChoice("output.fusionmethod.min", "The cell is filled with the minimum measured elevation values");
      AddChoice("output.fusionmethod.mean","The cell is filled with the mean of measured elevation values");
 @@ -419,7 +419,7 @@
-
+ 
      // Add the output paramters in a group
      AddParameter(ParameterType_Group, "stereorect", "Stereorectification Grid parameters");
 -    SetParameterDescription("stereorect","This group of parameters allows to choose direct and inverse grid subsampling. These parameters are very useful to tune time and memory consumption.");
 +    SetParameterDescription("stereorect","This group of parameters allows one to choose direct and inverse grid subsampling. These parameters are very useful to tune time and memory consumption.");
-
+ 
      AddParameter(ParameterType_Int,"stereorect.fwdgridstep","Step of the displacement grid (in pixels)");
      SetParameterDescription("stereorect.fwdgridstep","Stereo-rectification displacement grid only varies slowly. Therefore, it is recommended to use a coarser grid (higher step value) in case of large images");
 @@ -427,7 +427,7 @@
      MandatoryOff("stereorect.fwdgridstep");
-
+ 
      AddParameter(ParameterType_Int, "stereorect.invgridssrate", "Sub-sampling rate for epipolar grid inversion");
 -    SetParameterDescription("stereorect.invgridssrate","Grid inversion is an heavy process that implies spline regression on control points. To avoid eating to much memory, this parameter allows to first sub-sample the field to invert.");
 +    SetParameterDescription("stereorect.invgridssrate","Grid inversion is an heavy process that implies spline regression on control points. To avoid eating to much memory, this parameter allows one to first sub-sample the field to invert.");
@@ -719,7 +716,7 @@ Last-Update: 2015-12-22
      MandatoryOff("stereorect.invgridssrate");
 @@ -506,7 +506,7 @@
      DisableParameter("mask.right");
-
+ 
      AddParameter(ParameterType_Float,"mask.variancet","Discard pixels with low local variance");
 -    SetParameterDescription("mask.variancet","This parameter allows to discard pixels whose local variance is too small (the size of the neighborhood is given by the radius parameter)");
 +    SetParameterDescription("mask.variancet","This parameter allows one to discard pixels whose local variance is too small (the size of the neighborhood is given by the radius parameter)");
@@ -730,67 +727,67 @@ Last-Update: 2015-12-22
 +++ otb/Modules/Applications/AppStereo/app/otbStereoRectificationGridGenerator.cxx
 @@ -111,7 +111,7 @@
      SetDocSeeAlso("otbGridBasedImageResampling");
-
+ 
      AddParameter(ParameterType_Group,"io","Input and output data");
 -    SetParameterDescription("io","This group of parameters allows to set the input and output images.");
 +    SetParameterDescription("io","This group of parameters allows one to set the input and output images.");
      AddParameter(ParameterType_InputImage,"io.inleft","Left input image");
      SetParameterDescription("io.inleft","The left input image to resample");
-
+ 
 @@ -155,7 +155,7 @@
      DisableParameter("epi.elevation.avgdem.maxdisp");
-
+ 
      AddParameter(ParameterType_Float,"epi.scale","Scale of epipolar images");
 -    SetParameterDescription("epi.scale","The scale parameter allows to generated zoomed-in (scale < 1) or zoomed-out (scale > 1) epipolar images.");
 +    SetParameterDescription("epi.scale","The scale parameter allows one to generated zoomed-in (scale < 1) or zoomed-out (scale > 1) epipolar images.");
      SetDefaultParameterFloat("epi.scale",1.);
-
+ 
      AddParameter(ParameterType_Int,"epi.step","Step of the deformation grid (in nb. of pixels)");
 @@ -175,7 +175,7 @@
      SetParameterRole("epi.baseline", Role_Output);
-
+ 
      AddParameter(ParameterType_Group,"inverse","Write inverse fields");
 -    SetParameterDescription("inverse","This group of parameter allows to generate the inverse fields as well");
 +    SetParameterDescription("inverse","This group of parameter allows one to generate the inverse fields as well");
-
+ 
      AddParameter(ParameterType_OutputImage, "inverse.outleft", "Left inverse deformation grid");
      SetParameterDescription("inverse.outleft","The output deformation grid to be used to resample the epipolar left image");
 @@ -186,7 +186,7 @@
      MandatoryOff("inverse.outright");
-
+ 
      AddParameter(ParameterType_Int, "inverse.ssrate", "Sub-sampling rate for inversion");
 -    SetParameterDescription("inverse.ssrate","Grid inversion is an heavy process that implies spline regression on control points. To avoid eating to much memory, this parameter allows to first sub-sample the field to invert.");
 +    SetParameterDescription("inverse.ssrate","Grid inversion is an heavy process that implies spline regression on control points. To avoid eating to much memory, this parameter allows one to first sub-sample the field to invert.");
      SetDefaultParameterInt("inverse.ssrate",16);
      SetMinimumParameterIntValue("inverse.ssrate",1);
-
+ 
 --- otb.orig/Modules/Applications/AppTextures/app/otbHaralickTextureExtraction.cxx
 +++ otb/Modules/Applications/AppTextures/app/otbHaralickTextureExtraction.cxx
 @@ -90,7 +90,7 @@
  AddRAMParameter();
-
+ 
  AddParameter(ParameterType_Group, "parameters", "Texture feature parameters");
 -SetParameterDescription("parameters","This group of parameters allows to define texture parameters.");
 +SetParameterDescription("parameters","This group of parameters allows one to define texture parameters.");
-
+ 
  AddParameter(ParameterType_Int,"parameters.xrad","X Radius");
  SetParameterDescription("parameters.xrad", "X Radius");
 --- otb.orig/Modules/Applications/AppTextures/app/otbSFSTextureExtraction.cxx
 +++ otb/Modules/Applications/AppTextures/app/otbSFSTextureExtraction.cxx
 @@ -81,7 +81,7 @@
  AddRAMParameter();
-
+ 
  AddParameter(ParameterType_Group, "parameters", "Texture feature parameters");
 -SetParameterDescription("parameters","This group of parameters allows to define SFS texture parameters.\
 +SetParameterDescription("parameters","This group of parameters allows one to define SFS texture parameters.\
      The available texture features are SFS'Length, SFS'Width, SFS'PSI, SFS'W-Mean, SFS'Ratio and SFS'SD.\
      They are provided in this exact order in the output image.");
-
+ 
 --- otb.orig/Modules/Applications/AppVectorDataTranslation/app/otbRasterization.cxx
 +++ otb/Modules/Applications/AppVectorDataTranslation/app/otbRasterization.cxx
 @@ -63,7 +63,7 @@
      SetDescription("Rasterize a vector dataset.");
-
+ 
      SetDocName("Rasterization");
 -    SetDocLongDescription("This application allows to reproject and rasterize a vector dataset. The grid of the rasterized output can be set by using a reference image, or by setting all parmeters (origin, size, spacing) by hand. In the latter case, at least the spacing (ground sampling distance) is needed (other parameters are computed automatically). The rasterized output can also be in a different projection reference system than the input dataset.\n There are two rasterize mode avai [...]
 +    SetDocLongDescription("This application allows one to reproject and rasterize a vector dataset. The grid of the rasterized output can be set by using a reference image, or by setting all parmeters (origin, size, spacing) by hand. In the latter case, at least the spacing (ground sampling distance) is needed (other parameters are computed automatically). The rasterized output can also be in a different projection reference system than the input dataset.\n There are two rasterize mode  [...]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git



More information about the Pkg-grass-devel mailing list