https://github.com/mechmicroman/defdap
A python library for correlating EBSD and HRDIC data
https://github.com/mechmicroman/defdap
crystal defdap ebsd hrdic manchester strain
Last synced: about 1 month ago
JSON representation
A python library for correlating EBSD and HRDIC data
- Host: GitHub
- URL: https://github.com/mechmicroman/defdap
- Owner: MechMicroMan
- License: apache-2.0
- Created: 2016-02-02T16:01:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T11:56:58.000Z (3 months ago)
- Last Synced: 2025-04-09T17:16:04.680Z (about 1 month ago)
- Topics: crystal, defdap, ebsd, hrdic, manchester, strain
- Language: Python
- Homepage:
- Size: 327 MB
- Stars: 37
- Watchers: 16
- Forks: 18
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README

#### A python library for correlating EBSD and HRDIC data.[](https://pypi.org/project/defdap)
[](https://pypi.org/project/defdap)
[](https://github.com/MechMicroMan/DefDAP/blob/master/LICENSE)
[](https://defdap.readthedocs.io/en/latest/?badge=latest)
[](https://mybinder.org/v2/gh/MechMicroMan/DefDAP/master?filepath=notebooks/example_notebook.ipynb)
[](https://doi.org/10.5281/zenodo.3688096)[How to install](#how-to-install "How to install") •
[How to use](#how-to-use "How to use") •
[Documentation](#documentation "Documentation") •
[Credits](#credits "Credits") •
[Contributing](#contributing "Contributing") •
[License](#license "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 jupyter ipython` (Anaconda3-2020.02 has been tested)
- For more information, see the [documentation](https://defdap.readthedocs.io/en/latest/installation.html)## 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](http://www.youtube.com/watch?v=JIbc7F-nFSQ "DefDAP demo")## Documentation
- For more help, see the online [documentation](https://defdap.readthedocs.io/).## Contributing
- For information about contributing see the [guidelines](https://defdap.readthedocs.io/en/latest/contributing.html)
- Any new functions or changes to arguments should be documented.## Credits
The software uses the following open source packages:- [scipy](http://scipy.org/)
- [numpy](http://numpy.org/)
- [matplotlib](http://matplotlib.org/)
- [scikit-image](http://scikit-image.org/)
- [networkx](https://networkx.github.io/)
- [pandas](http://pandas.pydata.org)
- [peakutils](https://peakutils.readthedocs.io/en/latest/)
- [matplotlib_scalebar](https://pypi.org/project/matplotlib-scalebar/)
- [IPython](https://ipython.org/)
- [jupyter](https://jupyter.org/)## License
[Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0)