gas_scattering_matRayleigh

Workspace.gas_scattering_matRayleigh(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, depolarization_factor: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 0.03, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Calculates the normalized Rayleigh scattering matrix.

The phase matrix for anisotropic Rayleigh particles in random orientations.Important, the angular direction are defined as line of sight direction not as propagation direction.

Author(s): Jon Petersen

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]

  • depolarization_factor (Numeric, optional) – depolarization factor for air. Defaults to 0.03 [IN]

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