MAKEV Name
MAKEV Purpose
Make simulated 3-d data. Useful for software development.
Category
Calling Sequence
data = makev( nx, ny, nz, [w, m, sd, seed])
Inputs
nx, ny, nz = size of 3-d array to make. in
w = smoothing window size (def=5% of (nx*ny*nz)^(1/3.)) in
m = mean (def = 100). in
sd = standard deviation (def = 40% of mean). in
seed = random number seed. in
Keyword Parameters
Outputs
data = resulting data array (def = undef). out
Common Blocks
makev_com Notes
Modification History
R. Sterner, 2 Jun, 1993.
Johns Hopkins University Applied Physics Laboratory.
R. Sterner, 2010 Jun 04 --- Converted arrays from () to [].
Copyright (C) 1993, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.