ARTS built-in documentation server

Workspace Method backend_channel_responseGaussian

Description

Sets up a gaussian backend channel response.

The method assumes that all channels have the same response, and
that it can be modelled as gaussian.

The grid generated can be written as
   si * [-xwidth_si:dx_si:xwidth_si]
where si is the standard deviation corresponding to the FWHM.
That is, width and spacing of the grid is specified in terms of
number of standard deviations. If xwidth_si is set to 2, the
response will cover about 95% the complete response. For
xwidth_si=3, about 99% is covered.

Authors: Patrick Eriksson

Synopsis

backend_channel_responseGaussian( backend_channel_response, fwhm, xwidth_si, dx_si )

Variables

OUTbackend_channel_response(ArrayOfGriddedField1)The response of each backend channel.
GINfwhm(Numeric)Full width at half-maximum
GINxwidth_si(Numeric, Default: 3)Half-width of response, in terms of std. dev.
GINdx_si(Numeric, Default: 0.1)Grid spacing, in terms of std. dev.