File tree 19 files changed +19
-19
lines changed
python/plugins/processing/algs/grass7
19 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ Raster (r.*)
4
4
ParameterRaster|input|Name of input raster map|False
5
5
ParameterString|config_txt|Landscape structure configuration|None|True|True
6
6
ParameterFile|config|Landscape structure configuration file|False|True
7
- ParameterFile|path|Name of file that contains the weight to calculate the index|False
7
+ ParameterFile|path|Name of file that contains the weight to calculate the index|False|False
8
8
OutputFile|output|CWED
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ Raster (r.*)
4
4
ParameterRaster|input|Name of input raster map|False
5
5
ParameterString|config_txt|Landscape structure configuration|None|True|True
6
6
ParameterFile|config|Landscape structure configuration file|False|True
7
- ParameterFile|path|Name of file that contains the weight to calculate the index|False
7
+ ParameterFile|path|Name of file that contains the weight to calculate the index|False|False
8
8
OutputRaster|output|CWED
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ Raster (r.*)
4
4
ParameterRaster|input|Name of input raster map|False
5
5
ParameterString|config_txt|Landscape structure configuration|None|True|True
6
6
ParameterFile|config|Landscape structure configuration file|False|True
7
- ParameterString|alpha|Alpha value is the order of the generalized entropy|None|False|True
7
+ ParameterString|alpha|Alpha value is the order of the generalized entropy|None|False|False
8
8
OutputFile|output|Renyi
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ Raster (r.*)
4
4
ParameterRaster|input|Name of input raster map|False
5
5
ParameterString|config_txt|Landscape structure configuration|None|True|True
6
6
ParameterFile|config|Landscape structure configuration file|False|True
7
- ParameterString|alpha|Alpha value is the order of the generalized entropy|None|False|True
7
+ ParameterString|alpha|Alpha value is the order of the generalized entropy|None|False|False
8
8
OutputRaster|output|Renyi
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
Original file line number Diff line number Diff line change 29
29
30
30
31
31
def checkParameterValuesBeforeExecuting (alg ):
32
- checkMovingWindow (alg )
32
+ return checkMovingWindow (alg )
33
33
34
34
35
35
def processCommand (alg ):
You can’t perform that action at this time.
0 commit comments