MIST (MIcrostrusture STatistics): A open source library in Python for the analysis of anisotropic microstructures
This is the official implementation from our paper : https://link.springer.com/article/10.1007/s12046-022-02036-5
The MiSt library can be used for the analysis of both experimental and simulated microstructures. The algorithms implemented in the library have been described in the paper available at the link here.
Clone this git repository in the folder where you wish to analyze images with:
git clone https://github.com/cmeg2022/Mist.git
To install the base libraries:
pip install -r requirements.txt
To access the scripts involed : use the following import statements.
from Scripts import SpatialCorrelations as corr
from Scripts import plots
from Scripts import hoshenKopleman as hosh
from Scripts import convexity as conv
This work is licensed under a Creative Commons Attribution 4.0 International License.