gas_scattering_matIsotropic

Workspace.gas_scattering_matIsotropic(self: pyarts.arts._Workspace, gas_scattering_mat: pyarts.arts.WorkspaceVariable | pyarts.arts.TransmissionMatrix | None = self.gas_scattering_mat, gas_scattering_fct_legendre: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.gas_scattering_fct_legendre, gas_scattering_los_in: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.gas_scattering_los_in, gas_scattering_los_out: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.gas_scattering_los_out, stokes_dim: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.stokes_dim, gas_scattering_output_type: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.gas_scattering_output_type, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Calculates the spectrum of normalized scattering matrices. Important, the angular direction are line of sight direction not the propagation direction.

Author(s): Manfred Brath

Parameters:
  • gas_scattering_mat (TransmissionMatrix, optional) – Spectrum of normalized phase matrices. See gas_scattering_mat, defaults to self.gas_scattering_mat [OUT]

  • gas_scattering_fct_legendre (Vector, optional) – Normalized phase function as Legendre series. See gas_scattering_fct_legendre, defaults to self.gas_scattering_fct_legendre [OUT]

  • gas_scattering_los_in (Vector, optional) – Incoming line-of-sight for gas scattering. See gas_scattering_los_in, defaults to self.gas_scattering_los_in [IN]

  • gas_scattering_los_out (Vector, optional) – Outgoing line-of-sight for gas scattering. See gas_scattering_los_out, defaults to self.gas_scattering_los_out [IN]

  • stokes_dim (Index, optional) – The dimensionality of the Stokes vector (1-4). See stokes_dim, defaults to self.stokes_dim [IN]

  • gas_scattering_output_type (Index, optional) – Flag to select the output of the gas_scattering_agenda. See gas_scattering_output_type, defaults to self.gas_scattering_output_type [IN]

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