Martin Landa d2bb946aa7 r.surf.gauss: manual page clean up 12 years ago
..
Makefile d6700ffb2c Update LIBES, DEPENDENCIES from linkage database 15 years ago
README db49180dd7 welcome to GRASS 7.0.svn 17 years ago
gaussurf.c 97680241f7 r.surf.gauss: add progress info 12 years ago
local_proto.h db49180dd7 welcome to GRASS 7.0.svn 17 years ago
main.c 97680241f7 r.surf.gauss: add progress info 12 years ago
r.surf.gauss.html d2bb946aa7 r.surf.gauss: manual page clean up 12 years ago
r_surf_gauss_hist.png b5d5dffaef compress PNG images with 'optipng -o5'; svn props 13 years ago

README

r.surf.gauss - Program to produce a raster map layer of gaussian deviates whose
mean and standard deviation can be expressed by the user. It
uses a gaussian random number generator from Press, Flannery,
Teukolsky and Vetterling (1988) - Numerical Recipes in C.

See also - r.surf.random

Jo Wood, 24th November, 1991

-------

Usage:
r.surf.gauss out=name [mean=value] [sigma=value]

Parameters:
out Name of the random surface to be produced
mean Distribution mean
default: 0.0
sigma Standard deviation
default: 1.0