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.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03dce601585b8bed4ab83f4b759eb0fbe8eb422205985d6c35549296d6e8a08f |
|
MD5 | eb752f3f25d96724ff4071594564d9b6 |
|
BLAKE2b-256 | 509cd5b95bb3fe45da9665fc9d65b5c5780540ea226162236212f3da185c723c |
Hashes for adsorption_file_parser-0.2.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43689093871fa8c5475b26d977afe65be6429266bc7202f2a11ad2540f09c4fd |
|
MD5 | 386d7e89b6331b9e1d49323194e78aad |
|
BLAKE2b-256 | 0f6681a1d8a77e1ded8b870ba7294ece496b8be7b6eccaffcf61b3650775f839 |