py-smps
py-smps copied to clipboard
Python library for the analysis and visualization of data from a Scanning Mobility Particle Sizer (SMPS) and other similar instruments (SEMS, OPC's).
**Describe the bug** I am having trouble getting my [SMPS_3082002329005_20240413_155758.csv](https://github.com/quant-aq/py-smps/files/15250561/SMPS_3082002329005_20240413_155758.csv) file to load with AIM 12 **To Reproduce** when I use the command `obj = smps.io.smps_from_txt(r'file name')` **Expected behavior** I...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] Changelog Sourced from...
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.2 to 6.3.3. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Adds @dhhagan as a contributor for code, test, doc, content. This was requested by dhhagan [in this comment](https://github.com/quant-aq/py-smps/issues/69#issuecomment-1642211507) [skip ci]
updates to allow the read smps txt function to read different version of aim software (now functionality only added for 11.4.0)
### Discussed in https://github.com/quant-aq/py-smps/discussions/51 Originally posted by **Ethan-Barber** July 25, 2022 When I copy the code for the sample "boston" example and plot the heatmap, I receive the error "Cannot...
Currently, bins is a 3xn array - if we turn it into a 3 x n x y array (i.e. all timestamps have a unique bin array), we can merge...