backend_channel_responseGaussianConstant
- Workspace.backend_channel_responseGaussianConstant(self: pyarts.arts._Workspace, backend_channel_response: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfGriddedField1]] = self.backend_channel_response, fwhm: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric], grid_width: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric]] = -1.0, grid_npoints: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index]] = 21, verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Sets up a single Gaussian backend channel response.
The method assumes that all channels have the same response.
The GINs
fwhmandgrid_npointswork in the same way as forantenna_responseGaussianConstant(). A negativegrid_widthgives a grid that is twice the FWHM.Author(s): Patrick Eriksson, Oliver Lemke
- Parameters:
backend_channel_response (ArrayOfGriddedField1, optional) – The response of each backend channel. See
backend_channel_response, defaults toself.backend_channel_response[OUT]fwhm (Numeric) – Full width at half-maximum of the Gaussian function. [IN]
grid_width (Numeric, optional) – Full width of grid. Defaults to
-1.0[IN]grid_npoints (Index, optional) – Number of points to represent the grid. Defaults to
21[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity, defaults toself.verbosity[IN]