GitHunt
ME

A python library for correlating EBSD and HRDIC data

DefDAP

A python library for correlating EBSD and HRDIC data.

PyPI version
Supported python versions
License
Documentation status
Binder
DOI

How to install
How to use
Documentation
Credits
Contributing
License

How to install

  • DefDAP can be installed from PyPI using the command pip install defdap
  • If you use conda as your package manager (https://www.anaconda.com/), the prerequisite packages that are available from anaconda can be installed using the command conda install scipy numpy matplotlib scikit-image pandas networkx (Anaconda3-2020.02 has been tested)
  • For more information, see the documentation

How to use

  • To start the example notebook, use the command jupyter lab and click the notebook (.ipynb file)
  • Try out the example notebook using the binder link above (Note: change the matplotlib plotting mode to inline, some of the interactive features will not work)
  • Here is a video demonstrating the basic functionality of the package: DefDAP demo

Documentation

Contributing

  • For information about contributing see the guidelines
  • Any new functions or changes to arguments should be documented.

Credits

The software uses the following open source packages:

License

Apache 2.0 license

Languages

Jupyter Notebook83.5%Python16.4%MATLAB0.1%
Apache License 2.0
Created February 2, 2016
Updated March 3, 2026
MechMicroMan/DefDAP | GitHunt