ARTS built-in documentation server

Workspace Method backend_channel_responseGaussianConstant

Description

Sets up a single Gaussian backend channel response.

The method assumes that all channels have the same response.

The GINs *fwhm* and *grid_npoints* work in the same way as for
antenna_responseGaussianConstant. A negative *grid_width*
gives a grid that is twice the FWHM.

Authors: Patrick Eriksson, Oliver Lemke

Synopsis

backend_channel_responseGaussianConstant( backend_channel_response, fwhm, grid_width, grid_npoints )

Variables

OUTbackend_channel_response(ArrayOfGriddedField1)The response of each backend channel.
GINfwhm(Numeric)Full width at half-maximum of the Gaussian function.
GINgrid_width(Numeric, Default: -1.0)Full width of grid.
GINgrid_npoints(Index, Default: 21)Number of points to represent the grid.