Skip to content

Commit

Permalink
Fix r.li interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Médéric RIBREUX committed Jun 26, 2016
1 parent 758f917 commit 2a98098
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Raster (r.*)
ParameterRaster|input|Name of input raster map|False
ParameterString|config_txt|Landscape structure configuration|None|True|True
ParameterFile|config|Landscape structure configuration file|False|True
ParameterFile|path|Name of file that contains the weight to calculate the index|False
ParameterFile|path|Name of file that contains the weight to calculate the index|False|False
OutputFile|output|CWED
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Raster (r.*)
ParameterRaster|input|Name of input raster map|False
ParameterString|config_txt|Landscape structure configuration|None|True|True
ParameterFile|config|Landscape structure configuration file|False|True
ParameterFile|path|Name of file that contains the weight to calculate the index|False
ParameterFile|path|Name of file that contains the weight to calculate the index|False|False
OutputRaster|output|CWED
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Raster (r.*)
ParameterRaster|input|Name of input raster map|False
ParameterString|config_txt|Landscape structure configuration|None|True|True
ParameterFile|config|Landscape structure configuration file|False|True
ParameterString|alpha|Alpha value is the order of the generalized entropy|None|False|True
ParameterString|alpha|Alpha value is the order of the generalized entropy|None|False|False
OutputFile|output|Renyi
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Raster (r.*)
ParameterRaster|input|Name of input raster map|False
ParameterString|config_txt|Landscape structure configuration|None|True|True
ParameterFile|config|Landscape structure configuration file|False|True
ParameterString|alpha|Alpha value is the order of the generalized entropy|None|False|True
ParameterString|alpha|Alpha value is the order of the generalized entropy|None|False|False
OutputRaster|output|Renyi
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/r_li_cwed.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/r_li_mpa.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/r_li_mps.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/r_li_padcv.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/r_li_padrange.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/r_li_padsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/r_li_patchnum.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/r_li_pielou.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/r_li_renyi.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/r_li_richness.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/r_li_shannon.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/r_li_shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/r_li_simpson.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def checkParameterValuesBeforeExecuting(alg):
checkMovingWindow(alg)
return checkMovingWindow(alg)


def processCommand(alg):
Expand Down

0 comments on commit 2a98098

Please sign in to comment.