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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0412dc77e48520ecbf27486b8ab15f88e96d6ce82a8f24e23c0a671e367e3001 |
|
MD5 | dc55607ad0c0a7a527e168b624a38219 |
|
BLAKE2b-256 | 1df6109e025d723dbf5e726688c4b6c063c10342aafcbd277b098d2f215e8076 |
Hashes for adsorption_file_parser-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36b8071e0a1188ec685a8b7e4c192ca4c7e07ce10a47edad770f5cfc798ac0d6 |
|
MD5 | 3369264e374a2d7d918b9a0fbdd9b363 |
|
BLAKE2b-256 | bd50261645c672fe0e7ebb49bacaf4d5debf1e533af180b6aea7003d2d748b14 |