NAME Gaussian - generates an n-dimensional Gaussian field. SUMMARY Name Gaussian Type Input Inputs NONE Outputs output - field 1-vector uniform float Parameters Name Type Default Choices Variance typein_real 32.00 0.00 0.00 Num Dimensions typein_integer 2 1 20 Dimension 1..20 typein_integer 64 1 UNBOUND DESCRIPTION This module generates an n-dimensional Gaussian field. The data value at each point is given by the following: 2 -r --- 2*v e , where r is the Euclidean distance of the point from the centre of the field, and v is the variance. PARAMETERS Variance (typein_real) The variance of the Gaussian function. Num Dimensions (typein_integer) The number of dimensions of the output field. Dimension n (typein_integer) The length of the nth dimension. OUTPUTS output - field 1-vector uniform float The field representing the Gaussian function. EXAMPLE NETWORKS generate colormap Gaussian | | | ----------------| | | | color range orthogonal slicer | | -------------- | | | colorizer | | | display image This example nextwork constructs a Gaussian field and passes it through the orthogonal slicer for visualization. AUTHOR Chris Pudney (cpudney@alphapharm.pharm.uwa.edu.au) Biomedical Confocal Microscopy Research Centre Department of Pharmacology, The University of Western Australia Nedlands, WA 6907, Australia.