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

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