This repository contains notebooks and software for learning how voids move and grow under irradiation in metals.
The project is built into several components, each in separate folders.
- Drift correction. Remove the drift which occurs in TEM micrographs over time.
- Void tracking. We assemble tracks from the void identification performed by the segmentation models
Install the environment using Anaconda:
conda env create --file environment.yml --force