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.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4382132aba4bd5cfefec1d49bbe52ba623631ea9646b96d0302b02f775fb4d7e |
|
MD5 | 241349a03579e3845cf4c4dd7b270ce0 |
|
BLAKE2b-256 | ea8fca5d5bcd53c9f1f3ce9809fa4016b17a80773ecd7c7b3d1453317907d096 |
Hashes for adsorption_file_parser-0.2.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6535b721b0b09dbbf3910bf0e53056998a74b8b07418f9e400e9a1d2f303379e |
|
MD5 | 9bb35a16ed1fcfc0e396916633dfcf39 |
|
BLAKE2b-256 | 2310cad26463a499ef75056b0ffed622571dfefee53a3e1a3337ceb13ccd794e |