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.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8510f8019eb3a2278547b71c5de9203721ebf0f9556ac8c8f01e896e57948364 |
|
MD5 | 217e67631d858974a1fe0e6bee57220e |
|
BLAKE2b-256 | d1995e6b888be039cad18a908090f46e79d2a2437ee2adc5cff919ff5b3739ca |
Hashes for adsorption_file_parser-0.2.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fc8de3b7e3e85af089309e5cbaf260119311df60fe5794094d7ee28f45a031d |
|
MD5 | 1547bbc0ab471a27584fff7257be60cb |
|
BLAKE2b-256 | 778eb23b641fd7e739b17c3fefd205d262f82a7e94a0f9d833b0155b5ea32a16 |