This function calculates the mean differential scattering cross section of a particle size distribution (described by a cumulative probability function). Note that this result shows the behavior of the distribution, which is not the behavior of any of the particles.
Parameters : | refrativeIndex : real / complex
particleDiameters : numpy.ndarray (N)
percentage : numpy.ndarray (N)
wavelength : real, meters
theta : numpy.ndarray (M), radians
|
---|---|
Returns : | (sigma1, sigma2) : tuple of numpy.ndarray (M)
|
Raises : | ValueError :
|