ARTS built-in documentation server
Workspace Method MatrixGaussian
Description
Fills a matrix with a Gaussian function.
Works as VectorGaussian but grid, mean and si/fwhm must be
specified for each dimension.
Authors: Patrick Eriksson
Synopsis
MatrixGaussian( | Y, x_row, x0_row, si_row, fwhm_row, x_col, x0_col, si_col, fwhm_col ) |
Variables
GOUT | Y | (Matrix) | Output Matrix. |
GIN | x_row | (Vector) | Grid of the function for row dimension. |
GIN | x0_row | (Numeric, Default: 0) | Centre/mean point of the function for row dimension. |
GIN | si_row | (Numeric, Default: -1) | Row standard deviation of the function, ignored if <=0. |
GIN | fwhm_row | (Numeric, Default: -1) | Row full width at half-max of the function, ignored if <=0. |
GIN | x_col | (Vector) | Grid of the function for column dimension. |
GIN | x0_col | (Numeric, Default: 0) | Centre/mean point of the function for column dimension. |
GIN | si_col | (Numeric, Default: -1) | Column standard deviation of the function, ignored if <=0. |
GIN | fwhm_col | (Numeric, Default: -1) | Column full width at half-max of the function, ignored if <=0. |