complex_refr_indexConstant

Workspace.complex_refr_indexConstant(self: pyarts.arts._Workspace, complex_refr_index: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.GriddedField3]] = self.complex_refr_index, refr_index_real: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric], refr_index_imag: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None

Set complex refractive index to a constant value.

Frequency and temperature grids are set to have length 1 (and set to the value 0).

Author(s): Oliver Lemke

Parameters:
  • complex_refr_index (GriddedField3, optional) – Complex refractive index (n) data. See complex_refr_index, defaults to self.complex_refr_index [OUT]

  • refr_index_real (Numeric) – Real part of refractive index. [IN]

  • refr_index_imag (Numeric) – Imag part of refractive index. [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]