complex_refr_indexTemperatureConstant

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

Set frequency dependent complex refractive index.

Temperature grid is set to have length 1 (and set to the value 0).

Author(s): Manfred Brath

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

  • f_grid (Vector, optional) – The frequency grid for monochromatic pencil beam calculations. See f_grid, defaults to self.f_grid [IN]

  • refr_index_real (Vector) – Real part of refractive index, Dimension [Number of frequencies]. [IN]

  • refr_index_imag (Vector) – Imag part of refractive index, Dimension [Number of frequencies]. [IN]

  • temperature (Numeric, optional) – Temperature [K]. Defaults to 273.15 [IN]

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