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

GOUTY(Matrix)Output Matrix.
GINx_row(Vector)Grid of the function for row dimension.
GINx0_row(Numeric, Default: 0)Centre/mean point of the function for row dimension.
GINsi_row(Numeric, Default: -1)Row standard deviation of the function, ignored if <=0.
GINfwhm_row(Numeric, Default: -1)Row full width at half-max of the function, ignored if <=0.
GINx_col(Vector)Grid of the function for column dimension.
GINx0_col(Numeric, Default: 0)Centre/mean point of the function for column dimension.
GINsi_col(Numeric, Default: -1)Column standard deviation of the function, ignored if <=0.
GINfwhm_col(Numeric, Default: -1)Column full width at half-max of the function, ignored if <=0.