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.1.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c8bd02af0a46beccc54090c9abfe7a29963014fd134199500d32ef8ebba2332 |
|
MD5 | 658b2f253e8d4e7e32de85e0946514e9 |
|
BLAKE2b-256 | bbf14c281cd7a9357e7d4180e5802c9ad05c85cc86934a65c370e2531cb8d274 |
Hashes for adsorption_file_parser-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42685e0be12d5a0660ee74514fa36a6a68dd87e48631408a1daee504533b6bb5 |
|
MD5 | c7d5dd9ad969b061e246db66ae5f2ff6 |
|
BLAKE2b-256 | 54ec60119e4f3b36ddff027478960155a365943363e4b2142e4eb83d16c38a36 |