opcsim 0.5.0
  • API
  • Tutorial
  • Gallery
  • Site
      • Installation
      • Contributing
      • API reference
      • Tutorial
      • Example gallery
  • Page
      • opcsim.Nephelometer

opcsim.Nephelometer¶

class opcsim.Nephelometer(wl, theta=7.0, 173.0, **kwargs)¶

Define a Nephelometer by its wavelength and range of viewing angles.

__init__(self, wl, theta=(7.0, 173.0), \*\*kwargs)¶
Parameters
wl: float

The wavelength of laser used in the device

theta: tuple of floats

The viewing angle range in degrees

Returns
Nephelometer

An instance of the opcsim.Nephelometer class

Examples

Build a simple nephelometer

>>> neph = opcsim.Nephelometer(wl=0.658)

Methods

__init__(self, wl[, theta])

Parameters

calibrate(self, distribution[, rh])

Calibrate a Nephelometer using any AerosolDistribution.

evaluate(self, distribution[, rh])

Evaluate a Nephelometer for an AerosolDistribution at a given relative humidity.

Back to top

Source

© Copyright 2016-2020, David H Hagan and Jesse H Kroll.
Created using Sphinx 3.0.3.