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.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 568f94d1bd576fc3785d9771cdff11202ac9cc35281c0666c24b953c9863caa6 |
|
MD5 | 549983d97fe2a081229a7ea75f5c64e1 |
|
BLAKE2b-256 | d72e226d85d557c57cedca392abdc0307602d68bf2e9abe0d4e0138a6a3168c6 |
Hashes for adsorption_file_parser-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9988ef5b509a29f009bb279f989d5e4c8311530dc64b2c1ec0d7530e4d37d285 |
|
MD5 | 1adeff11535e5e9c0ec467786add20d7 |
|
BLAKE2b-256 | 8fc70d24a4819bb6e2116711f199faf567a3dd68e93fbf3f60bc4562ba35f6bd |