HenyeyGreensteinScatterer

class pyarts.arts.HenyeyGreensteinScatterer(*args, **kwargs)

Henyey-Greenstein scatterer

Overview

Method

get_bulk_scattering_properties_tro_gridded()

Get bulk scattering properties

Method

get_bulk_scattering_properties_tro_spectral()

Get bulk scattering properties

Operator

__eq__()

Return self==value.

Operator

__format__()

Default object formatter.

Operator

__ge__()

Return self>=value.

Operator

__getstate__()

Helper for pickle.

Operator

__gt__()

Return self>value.

Operator

__hash__()

Return hash(self).

Operator

__init__()

__init__(self, arg0: pyarts.arts.ScatteringSpeciesProperty, arg1: pyarts.arts.ScatteringSpeciesProperty, arg2: float, /) -> None

Operator

__le__()

Return self<=value.

Operator

__lt__()

Return self<value.

Operator

__ne__()

Return self!=value.

Operator

__repr__()

Return repr(self).

Operator

__str__()

Return str(self).

Constructors

__init__(self, func: pyarts.arts.ExtSSACallback, g: float) None
__init__(self) None
__init__(self, arg0: pyarts.arts.ScatteringSpeciesProperty, arg1: pyarts.arts.ScatteringSpeciesProperty, arg2: float, /) None

Methods

get_bulk_scattering_properties_tro_gridded(self, atm_point: pyarts.arts.AtmPoint, f_grid: pyarts.arts.Vector, za_grid: pyarts.arts.ZenithAngleGrid) pyarts.arts.BulkScatteringPropertiesTROGridded4

Get bulk scattering properties

get_bulk_scattering_properties_tro_spectral(self, atm_point: pyarts.arts.AtmPoint, f_grid: pyarts.arts.Vector, l: int) pyarts.arts.ScatteringTroSpectralVector

Get bulk scattering properties

Operators

__eq__(value, /)

Return self==value.

__format__(format_spec, /)

Default object formatter.

Return str(self) if format_spec is empty. Raise TypeError otherwise.

__ge__(value, /)

Return self>=value.

__getstate__()

Helper for pickle.

__gt__(value, /)

Return self>value.

__hash__()

Return hash(self).

__init__(self, func: pyarts.arts.ExtSSACallback, g: float) None
__init__(self) None
__init__(self, arg0: pyarts.arts.ScatteringSpeciesProperty, arg1: pyarts.arts.ScatteringSpeciesProperty, arg2: float, /) None
__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__ne__(value, /)

Return self!=value.

__repr__()

Return repr(self).

__str__()

Return str(self).