<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello!<br>
<br>
I am using the the r.neighbors function and I have an idea about what the 'Gauss' parameter will do for me, but I can't find any documentation for it. Experimenting with it, left me clueless.
<br>
<br>
What I won't to do: <br>
Apply a Gaussian weighting of cell neighbors and sum the values of the neighbors. If all cells=1, I would get  only 1's back. I have a map of zeros and ones. I tried this:<br>
<br>
r.neighbors -c input='input_map' output='output_map' method=sum gauss=10 size=33<br>
<br>
The result is a map with only zeros. So, my question is: What does 'gauss' do? I' am guessing I am using it wrong but I would like to know.<br>
<br>
Best regards,<br>
<br>
Martin<br>
</div>
</body>
</html>