backend_channel_responseFlat
- Workspace.backend_channel_responseFlat(self: pyarts.arts._Workspace, backend_channel_response: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfGriddedField1]] = self.backend_channel_response, resolution: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Sets up a rectangular channel response.
The method assumes that all channels have the same response.
The response of the backend channels is hee assumed to be constant inside the resolution width, and zero outside.
Author(s): Patrick Eriksson
- Parameters:
backend_channel_response (ArrayOfGriddedField1, optional) – The response of each backend channel. See
backend_channel_response
, defaults toself.backend_channel_response
[OUT]resolution (Numeric) – The spectrometer resolution. [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]