4.12.1.3. singleScattering.rayleigh

singleScattering.rayleigh.py

Copyright (C) 2017 - 2018 Davide Ori dori@uni-koeln.de Institute for Geophysics and Meteorology - University of Cologne

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

Rayleigh spherical scatterer object and member functions

4.12.1.3.1. Module Contents

4.12.1.3.1.1. Classes

RayleighScatt

This is class implement the Rayleigh model of scattering for a sphere

class RayleighScatt(diameter=0.001, frequency=None, wavelength=None, refractive_index=None, dielectric_permittivity=None, theta_inc=0.0, phi_inc=0.0, theta_sca=0.0, phi_sca=0.0)[source]

Bases: singleScattering.scatterer.Scatterer

This is class implement the Rayleigh model of scattering for a sphere No check is performed to the actual validity of the Rayleigh approximation Inherits from Scatterer, no additional argument with respect to the Scatterer class