Skip to content

MechMicroMan/DefDAP

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DefDAP

A python library for correlating EBSD and HRDIC data.

PyPI version Supported python versions License Documentation status Binder DOI

How to installHow to useDocumentationCreditsContributingLicense

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

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