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

opcsim.metrics.compute_bin_assessment¶

opcsim.metrics.compute_bin_assessment(opc, refr, kappa, rh_values=[0.0, 35.0, 95.0])¶

Assess the ability of an OPC to assign particles to their correct bin.

Parameters
opc: opcsim.OPC
refr: complex

The complex refractive index of the material to assess

kappa: float

The kappa value to use for hygroscopic growth

rh_values: list-like

A list of relative humidities to assess the OPC at.

Returns
rv: pd.DataFrame

A dataframe containing the results with self-explanatory columns.

Back to top

Source

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