Dear Grass
I am using grass6.3rc4.
I plotted circles on the map with r.circle mult=2 and it was fine.
But when I changed mult=4, it did not have any effect, the ccircles reminded as previous.
Befor recalculation I removed the old rasters.
Are there some limits with the multiplier?
Best regards
Seppo Kaitala
Seppo Kaitala,
Dept. of Biological Oceanography
Finnish Institute of Marine Research
Erik Palménin aukio 1 (P.O. Box 2)
FIN-00561 Helsinki, Finland
tel. +358-9-61394417 fax +358-9-323 2970
mobile +358-400-609-269
E-mail:Seppo.Kaitala@fimr.fi
I plotted circles on the map with r.circle mult=2 and it was fine.
But when I changed mult=4, it did not have any effect, the ccircles
reminded as previous.
Befor recalculation I removed the old rasters.
Are there some limits with the multiplier?
Best regards
Seppo Kaitala
The mult parameter only changes the z-values of each output pixel, not its position.
If you create different output maps with varying mult parameters and query each one
in turn, you'll see the size and extent of each output circle remain the same while
their z-values vary according to each multiplier value.
I'll add a hint in the manual page about it.
~ Eric.