API Reference#

Particle Sizer Models

GenericParticleSizer

The base class for a Generic Size-Resolving Particle Instrument.

SMPS

The TSI Scanning Mobility Particle Sizer.

Grimm11D

The GRIMM 11D.

POPS

The Handix Scientific Portable Optical Particle Spectrometer (POPS).

ParticlesPlus

The Particles Plus OPC.

AlphasenseOPCN2

The Alphasense OPC-N2.

AlphasenseOPCN3

The Alphasense OPC-N3.

Modulair

The QuantAQ MODULAIR.

ModulairPM

The QuantAQ MODULAIR-PM.

IO Helper Functions

smps.io.smps_from_txt

Create an SMPS object directory from a text file via TSIs AIM software.

smps.io.load_sample

Load one of the example datasets provided.

Utility Functions

smps.utils.make_bins

Create a 3xn array of particle size bins.

Plotting and Visualization Tools

smps.plots.heatmap

Plot the size distribution over time (i.e., banana plot).

smps.plots.histplot

Plot the particle size distribution at a single point in time.

Curve Fitting Tools

smps.fit.LogNormal

A multi-mode LogNormal particle size distribution.

smps.fit.LogNormalFitResults

Fit parameters for the LogNormal distribution.