From e0ab079a082269df0ac6e58d8a0f90e2406c239e Mon Sep 17 00:00:00 2001 From: volaya Date: Sat, 14 Jun 2014 12:51:12 +0200 Subject: [PATCH] [processing] some cleaning in SAGA algs Removed algs that were not working or not useful, so as to have a more compact collection of alga --- .../processing/algs/saga/description/Bifurcation.txt | 9 --------- .../algs/saga/description/ChangeVectorAnalysis.txt | 8 -------- .../processing/algs/saga/description/ColorBlending.txt | 6 ------ .../processing/algs/saga/description/CombineGrids.txt | 6 ------ .../saga/description/FractalDimensionofGridSurface.txt | 4 ---- .../algs/saga/description/GaussianLandscapes.txt | 8 -------- .../description/ViGrABasicMorphologicalOperations.txt | 8 -------- .../processing/algs/saga/description/ViGrADistance.txt | 5 ----- .../algs/saga/description/ViGrAEdgeDetection.txt | 7 ------- .../saga/description/ViGrAFourierTransform(Real).txt | 4 ---- .../algs/saga/description/ViGrAFourierTransform.txt | 6 ------ .../saga/description/ViGrAFourierTransformInverse.txt | 7 ------- .../processing/algs/saga/description/ViGrASmoothing.txt | 7 ------- .../algs/saga/description/ViGrAWatershedSegmentation.txt | 7 ------- 14 files changed, 92 deletions(-) delete mode 100644 python/plugins/processing/algs/saga/description/Bifurcation.txt delete mode 100644 python/plugins/processing/algs/saga/description/ChangeVectorAnalysis.txt delete mode 100644 python/plugins/processing/algs/saga/description/ColorBlending.txt delete mode 100644 python/plugins/processing/algs/saga/description/CombineGrids.txt delete mode 100644 python/plugins/processing/algs/saga/description/FractalDimensionofGridSurface.txt delete mode 100644 python/plugins/processing/algs/saga/description/GaussianLandscapes.txt delete mode 100644 python/plugins/processing/algs/saga/description/ViGrABasicMorphologicalOperations.txt delete mode 100644 python/plugins/processing/algs/saga/description/ViGrADistance.txt delete mode 100644 python/plugins/processing/algs/saga/description/ViGrAEdgeDetection.txt delete mode 100644 python/plugins/processing/algs/saga/description/ViGrAFourierTransform(Real).txt delete mode 100644 python/plugins/processing/algs/saga/description/ViGrAFourierTransform.txt delete mode 100644 python/plugins/processing/algs/saga/description/ViGrAFourierTransformInverse.txt delete mode 100644 python/plugins/processing/algs/saga/description/ViGrASmoothing.txt delete mode 100644 python/plugins/processing/algs/saga/description/ViGrAWatershedSegmentation.txt diff --git a/python/plugins/processing/algs/saga/description/Bifurcation.txt b/python/plugins/processing/algs/saga/description/Bifurcation.txt deleted file mode 100644 index 6eabf74881f..00000000000 --- a/python/plugins/processing/algs/saga/description/Bifurcation.txt +++ /dev/null @@ -1,9 +0,0 @@ -Bifurcation -recreations_fractals -ParameterNumber|ITERATIONS|Value Count|None|None|10 -ParameterNumber|NVALUES|Value Count|None|None|10 -ParameterNumber|SEED|Seed Value|None|None|1.0 -ParameterNumber|RANGE_MIN|Min|None|None|0.0 -ParameterNumber|RANGE_MAX|Max|None|None|1.0 -ParameterNumber|STEP|Number of Steps|None|None|1 -OutputTable|TABLE|Output diff --git a/python/plugins/processing/algs/saga/description/ChangeVectorAnalysis.txt b/python/plugins/processing/algs/saga/description/ChangeVectorAnalysis.txt deleted file mode 100644 index a5b049fa7c5..00000000000 --- a/python/plugins/processing/algs/saga/description/ChangeVectorAnalysis.txt +++ /dev/null @@ -1,8 +0,0 @@ -Change Vector Analysis -grid_analysis -ParameterRaster|A1|Grid A. Init|False -ParameterRaster|A2|Grid A. Final|False -ParameterRaster|B1|Grid B. Init|False -ParameterRaster|B2|Grid B. Final|False -OutputRaster|DIST|Distance -OutputRaster|ANGLE|Angle diff --git a/python/plugins/processing/algs/saga/description/ColorBlending.txt b/python/plugins/processing/algs/saga/description/ColorBlending.txt deleted file mode 100644 index 8f8c57b2045..00000000000 --- a/python/plugins/processing/algs/saga/description/ColorBlending.txt +++ /dev/null @@ -1,6 +0,0 @@ -Color Blending -grid_visualisation -ParameterMultipleInput|GRIDS|Grids|3|False -ParameterNumber|NSTEPS|Interpolation Steps|None|None|0 -ParameterSelection|RANGE|Color Stretch|[0] fit to each grid;[1] fit to overall range;[2] fit to overall 1.5 standard deviation;[3] fit to overall 2.0 standard deviation -OutputRaster|GRID|Grid diff --git a/python/plugins/processing/algs/saga/description/CombineGrids.txt b/python/plugins/processing/algs/saga/description/CombineGrids.txt deleted file mode 100644 index 755ad24c2f8..00000000000 --- a/python/plugins/processing/algs/saga/description/CombineGrids.txt +++ /dev/null @@ -1,6 +0,0 @@ -Combine Grids -grid_tools -ParameterRaster|GRID1|Grid 1|False -ParameterRaster|GRID2|Grid 2|False -ParameterFixedTable|LOOKUP|LookUp Table|3|Value in Grid 1;Value in Grid 2;Resulting Value|False -OutputRaster|RESULT|Result diff --git a/python/plugins/processing/algs/saga/description/FractalDimensionofGridSurface.txt b/python/plugins/processing/algs/saga/description/FractalDimensionofGridSurface.txt deleted file mode 100644 index bbb304827c7..00000000000 --- a/python/plugins/processing/algs/saga/description/FractalDimensionofGridSurface.txt +++ /dev/null @@ -1,4 +0,0 @@ -Fractal Dimension of Grid Surface -recreations_fractals -ParameterRaster|INPUT|Input|False -OutputTable|RESULT|Result diff --git a/python/plugins/processing/algs/saga/description/GaussianLandscapes.txt b/python/plugins/processing/algs/saga/description/GaussianLandscapes.txt deleted file mode 100644 index c2713896ffa..00000000000 --- a/python/plugins/processing/algs/saga/description/GaussianLandscapes.txt +++ /dev/null @@ -1,8 +0,0 @@ -Gaussian Landscapes -recreations_fractals -ParameterNumber|NX|Width (Cells)|None|None|100 -ParameterNumber|NY|Height (Cells)|None|None|100 -ParameterNumber|H|Roughness/Smoothness|None|None|0.0 -ParameterSelection|METHOD|Method|[0] Simple;[1] Flattening -ParameterNumber|M|Flattening|None|None|0.0 -OutputRaster|GRID|Grid diff --git a/python/plugins/processing/algs/saga/description/ViGrABasicMorphologicalOperations.txt b/python/plugins/processing/algs/saga/description/ViGrABasicMorphologicalOperations.txt deleted file mode 100644 index 99b9c3d3705..00000000000 --- a/python/plugins/processing/algs/saga/description/ViGrABasicMorphologicalOperations.txt +++ /dev/null @@ -1,8 +0,0 @@ -ViGrA - Basic Morphological Operations -vigra -ParameterRaster|INPUT|Input|False -OutputRaster|OUTPUT|Output -ParameterSelection|TYPE|Operation|[0] Dilation;[1] Erosion; [2] Median; [3] User defined rank -ParameterNumber|RADIUS|Radius (Cells)|0|None|1 -ParameterNumber|RANK|User defined rank|0|1|0.5 -ParameterBoolean|RESCALE| Rescale values (0-255)|TRUE \ No newline at end of file diff --git a/python/plugins/processing/algs/saga/description/ViGrADistance.txt b/python/plugins/processing/algs/saga/description/ViGrADistance.txt deleted file mode 100644 index b6357c26010..00000000000 --- a/python/plugins/processing/algs/saga/description/ViGrADistance.txt +++ /dev/null @@ -1,5 +0,0 @@ -ViGrA - Distance -vigra -ParameterRaster|INPUT|Input|False -OutputRaster|OUTPUT|Distance -ParameterSelection|NORM|Type of distance calculation| [0] Chessboard; [1] Manhattan; [2] Euclidean \ No newline at end of file diff --git a/python/plugins/processing/algs/saga/description/ViGrAEdgeDetection.txt b/python/plugins/processing/algs/saga/description/ViGrAEdgeDetection.txt deleted file mode 100644 index fcd29a0ff08..00000000000 --- a/python/plugins/processing/algs/saga/description/ViGrAEdgeDetection.txt +++ /dev/null @@ -1,7 +0,0 @@ -ViGrA - Edge Detection -vigra -ParameterRaster|INPUT|Input|False -OutputRaster|OUTPUT|Edges -ParameterSelection|TYPE|Detector type|[0] Canny;[1] Shen-Castan -ParameterNumber|SCALE|Operator scale|0|None|1 -ParameterNumber|THRESHOLD|Gradient threshold|0|None|1 \ No newline at end of file diff --git a/python/plugins/processing/algs/saga/description/ViGrAFourierTransform(Real).txt b/python/plugins/processing/algs/saga/description/ViGrAFourierTransform(Real).txt deleted file mode 100644 index ddcf706bcb9..00000000000 --- a/python/plugins/processing/algs/saga/description/ViGrAFourierTransform(Real).txt +++ /dev/null @@ -1,4 +0,0 @@ -ViGrA - Fourier Transform (Real) -vigra -ParameterRaster|INPUT|Input|False -OutputRaster|OUTPUT|Output \ No newline at end of file diff --git a/python/plugins/processing/algs/saga/description/ViGrAFourierTransform.txt b/python/plugins/processing/algs/saga/description/ViGrAFourierTransform.txt deleted file mode 100644 index fef76fc3ef6..00000000000 --- a/python/plugins/processing/algs/saga/description/ViGrAFourierTransform.txt +++ /dev/null @@ -1,6 +0,0 @@ -ViGrA - Fourier Transform -vigra -ParameterRaster|INPUT|Input|False -OutputRaster|REAL|Real -OutputRaster|IMAG|Imaginary -ParameterBoolean|CENTER|Centered|True \ No newline at end of file diff --git a/python/plugins/processing/algs/saga/description/ViGrAFourierTransformInverse.txt b/python/plugins/processing/algs/saga/description/ViGrAFourierTransformInverse.txt deleted file mode 100644 index aa842828049..00000000000 --- a/python/plugins/processing/algs/saga/description/ViGrAFourierTransformInverse.txt +++ /dev/null @@ -1,7 +0,0 @@ -ViGrA - Fourier Transform Inverse -vigra -ParameterRaster|REAL|Real|False -ParameterRaster|IMAG|Imaginary|False -OutputRaster|REAL_OUT|Real -OutputRaster|IMAG_OUT|Imaginary -ParameterBoolean|CENTER|Centered|True \ No newline at end of file diff --git a/python/plugins/processing/algs/saga/description/ViGrASmoothing.txt b/python/plugins/processing/algs/saga/description/ViGrASmoothing.txt deleted file mode 100644 index 1c9f2714e30..00000000000 --- a/python/plugins/processing/algs/saga/description/ViGrASmoothing.txt +++ /dev/null @@ -1,7 +0,0 @@ -ViGrA - Smoothing -vigra -ParameterRaster|INPUT|Input|False -OutputRaster|OUTPUT|Output -ParameterSelection|TYPE|Type of smoothing|[0] exponential;[1] nonlinear;[2] gaussian -ParameterNumber|SCALE|Size of smoothing filter|0|None|2 -ParameterNumber|EDGE|Edge threshold for nonlinear smoothing|0|None|1 diff --git a/python/plugins/processing/algs/saga/description/ViGrAWatershedSegmentation.txt b/python/plugins/processing/algs/saga/description/ViGrAWatershedSegmentation.txt deleted file mode 100644 index 82b50ed25bd..00000000000 --- a/python/plugins/processing/algs/saga/description/ViGrAWatershedSegmentation.txt +++ /dev/null @@ -1,7 +0,0 @@ -ViGrA - Watershed Segmentation -vigra -ParameterRaster|INPUT|Input|False -ParameterNumber|SCALE|Width of gradient filter|0|None|1 -ParameterBoolean|RGB|RGB coded data|True -ParameterBoolean|EDGES|Edges|True -OutputRaster|OUTPUT|Segmentation \ No newline at end of file