Skip to content

eisenforschung/CompositionSpace

 
 

Repository files navigation

CompositionSpace

CompositionSpace is a python library for analysis of APT data.

Installation

Installation for developers on your local machine into a virtual environment:

git clone https://github.com/eisenforschung/CompositionSpace
cd CompositionSpace
git submodule sync --recursive
git submodule update --init --recursive --remote
python -m pip install --upgrade pip
python -m pip install -e ".[dev]"

Getting started

Navigate to tests. Spin up a jupyter notebook and run FullWorkflow.ipynb.

The usa_denton_smith dataset is available here Further atom probe datasets for testing are available here

About

CompositionSpace is a python library for analysis of APT data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 60.7%
  • Jupyter Notebook 39.3%