A simple python library to import and visualize data from particle sizing instruments.
Project description
py-smps
Python library for the analysis and visualization of data from a Scanning Mobility Particle Sizer (SMPS) and other particle sizing instruments (SEMS, OPC's).
Dependencies
The full list of dependencies can be found in the pyproject.toml
file and are summarized below:
python = ">=3.8, <3.12"
statsmodels = "^0.13"
seaborn = "^0.10"
joblib = "^1.0"
requests = "^2.24"
scipy = "^1.9"
numpy = "^1.23.2"
pandas = "^1.4"
As of v1.2.0a0
, the library should be compatible with Apple silicone (tested on both M1 and M2).
Python Versions
Python3.8 through Python3.11 are currently supported.
Installation
To install from PyPi:
$ pip install py-smps [--upgrade]
If you'd like the latest pre-release:
$ pip install py-smps --pre [--upgrade]
To install the edge release directly from GitHub:
pip install git+https://github.com/quant-aq/py-smps.git
Unittests
Unittests can be run by issuing the following command from within the main repo:
$ poetry run pytest -s tests/ --ignore=tests/datafiles
Documentation
Documentation is available here. Docs are built using Sphinx and can be built locally by doing the following:
$ cd docs/
$ make clean
$ make guides
$ make html
$ cd ..
Then, you can navigate to your local directory at docs/_build/html/
and open up the index.html
file in your preferred browser window.
Contributing to Development
We welcome all contributions from the community in the form of issues reporting, feature requests, bug fixes, etc.
If there is a feature you would like to see or a bug you would like to report, please open an issue. We will try to get to things as promptly as possible. Otherwise, feel free to send PR's!
Colorbar Information
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for py_smps-2.1.0a2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c54bdd9b49b54ee22f23b80f64e53d3b673840acc92eaf5d43efa6c0ba12f32b |
|
MD5 | e9c728be49ae15c4895cc1c6411157ba |
|
BLAKE2b-256 | e100a91813ddd6bb1217b08f5dfd7f6bce9ce3a0ae67bad626d83b7ef5255e53 |