Victor Olaya bce5b899a2 [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00

41 lines
541 B
ReStructuredText

FUZZIFY
=======
Description
-----------
Parameters
----------
- ``Grid[Raster]``:
- ``A[Number]``:
- ``B[Number]``:
- ``C[Number]``:
- ``D[Number]``:
- ``Membership Function Type[Selection]``:
- ``Adjust to Grid[Boolean]``:
Outputs
-------
- ``Fuzzified Grid[Raster]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:fuzzify', input, a, b, c, d, type, autofit, output)
Available options for selection parameters:
type(Membership Function Type)
0 - [0] linear
1 - [1] sigmoidal
2 - [2] j-shaped