<div>I Glynn,</div>
<div> </div>
<div>Thanks for the reply. I was thinking (and must confess, I was wishing) that with r.mask those pixels that are outside of the mask (i.e. is NULL) can by skiped during the processing.</div>
<div>Anyway, pretty thanks.</div>
<div> </div>
<div>milton<br><br></div>
<div class="gmail_quote">2009/7/7 Glynn Clements <span dir="ltr">&lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="h5"><br>Milton Cezar Ribeiro wrote:<br><br>&gt; Just suppose I have a very large - and irregular - region, and that<br>&gt; I am running r.neighbors to compute some moving windows stats. As my<br>&gt; region is irregular, many of central pixels will be NULL. If I use<br>
&gt; r.mask, it means that when I run r.neighbours the processing will be<br>&gt; faster than when I not set r.mask (supposing that the north, south,<br>&gt; west and east will be the same on both case)?<br><br></div></div>
There&#39;s no point in using r.mask to mask out pixels which are already<br>null. The mask simply forces specific pixels to be read as null; to<br>the module, such nulls are indistinguishable from nulls in the<br>original data.<br>
<font color="#888888"><br>--<br>Glynn Clements &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br></font></blockquote></div><br>