Collection of parsers for (nearly) all commercial adsorption instrumentation.
Project description
Adsorption File Parser
A pure python parser to sorption files from various instrumentation manufacturers. It comes with minimal dependencies and maximum flexibility.
Currently supports files from:
Micromeritics (.xls reports)
Surface Measurement Systems DVS (.xlsx reports)
3P instruments (.xlsx reports)
Quantachrome (.txt raw isotherm data)
MicrotracBEL (.dat, .xls and .csv files)
status |
|
---|---|
license |
|
tests |
|
package |
Installation
Install using pip
pip install adsorption-file-parser
Documentation
The main read function returns two dictionaries: a meta dictionary, which contains various metadata that is present in the report (date, user, units) and the data dictionary, containing lists of individual isotherm data.
from adsorption_file_parser import read
meta, data = read(
path="path/to/file",
manufacturer="manufacturer",
fmt="supported format"
)
Bugs or questions?
For any bugs found or feature requests, please open an issue or, even better, submit a pull request.
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 adsorption_file_parser-0.2.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4a021e975d2d76b884a6cc22c074d9060e359b40b7e82d60b0827254764e0a7 |
|
MD5 | 7edb287a73b2259f68e9d2a2818036bf |
|
BLAKE2b-256 | 7cfd7595b94575565fbadb4c177b96bc1f11519db8707a75c327061f502917d9 |
Hashes for adsorption_file_parser-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a011b7d6c0f457942d0a3663c56f3f44b85461aa5e15540fff158f0b88fce30 |
|
MD5 | 0100546056054f6e0008697b7439b5b9 |
|
BLAKE2b-256 | ae41799f97a1a9d7e982f50f3abd23627ff64676c452e4ac3125907cab11f0f5 |