Metadata-Version: 2.4
Name: mimetica
Version: 0.2.3
Author-email: Alexander Hadjiivanov <43831101+cantordust@users.noreply.github.com>
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: loguru
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: opencv-python
Requires-Dist: omegaconf
Requires-Dist: platformdirs
Requires-Dist: PySide6
Requires-Dist: pyqtgraph
Requires-Dist: scikit-image[optional]
Requires-Dist: shapely
Requires-Dist: rich

# Overview
Mimetica is a software package for analysing microCT scans. It can load a stack of scans and compute the radial and phase density profiles of each layer. The results can also be exported to CSV for further analysis. Mimetica was written in Python using PySide6 as the GUI framework.

# Installation
After cloning this repository, Mimetica can be installed using Conda using the provided `environment.yml` file.

```bash
$> git clone <mimetica-repo> mimetica
$> cd mimetica
$> conda env create -f environment.yml
$> conda activate mimetica
$> mimetica
```

The last command launches the program. A more user-friendly launcher is on the ToDo list.
