Skip to content

TimKruikemeijerTUe/PoreBlazer-output-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoreBlazer output parser

Turns PoreBlazer output files into a Python usable object. Also 'cleans' these files to make them easier to parse.

Usage

Requires the directory path as input.

from PoreBlazerRun import PoreBlazerRun

pbr = PoreBlazerRun("run1/")

# Pore size distribution table
print(pbr.pbs)

# summary.dat as dict
print(pbr.summary)

# and more

Installation

Local install using pip:

pip install git+https://github.com/TimKruikemeijerTUe/PoreBlazer-output-parser.git

Dependencies

This script relies on polars.

ToDo

  • Implement the filetypes I haven't used yet.

About

Parses the output files of a PoreBlazer run

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages