DefDAP


NameDefDAP JSON
Version 0.93.5 PyPI version JSON
download
home_page
SummaryA python library for correlating EBSD and HRDIC data.
upload_time2023-01-17 17:55:53
maintainer
docs_urlNone
authorMichael D. Atkinson, Rhys Thomas, João Quinta da Fonseca
requires_python>=3.6
licenseApache 2.0 License
keywords defdap ebsd hrdic deformation crystal correlative analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![DefDAP](https://defdap.readthedocs.io/en/latest/_images/logo.png)
#### A python library for correlating EBSD and HRDIC data.

[![PyPI version](https://img.shields.io/pypi/v/defdap "PyPI version")](https://pypi.org/project/defdap)
[![Supported python versions](https://img.shields.io/pypi/pyversions/defdap "Supported python versions")](https://pypi.org/project/defdap)
[![License](https://img.shields.io/github/license/mechmicroman/defdap "License")](https://github.com/MechMicroMan/DefDAP/blob/master/LICENSE)
[![Documentation status](https://readthedocs.org/projects/defdap/badge/?version=latest "Documentation status")](https://defdap.readthedocs.io/en/latest/?badge=latest)
[![Binder](https://mybinder.org/badge_logo.svg "Try on binder")](https://mybinder.org/v2/gh/MechMicroMan/DefDAP/master?filepath=notebooks/example_notebook.ipynb)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3688096.svg "DOI")](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)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "DefDAP",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "defdap,EBSD,HRDIC,deformation,crystal,correlative analysis",
    "author": "Michael D. Atkinson, Rhys Thomas, Jo\u00e3o Quinta da Fonseca",
    "author_email": "michael.atkinson@manchester.ac.uk",
    "download_url": "https://files.pythonhosted.org/packages/e8/48/81f636a30ad45604a244bbfe0d08571158c5d39e1762378dd3ccab70ff76/DefDAP-0.93.5.tar.gz",
    "platform": null,
    "description": "![DefDAP](https://defdap.readthedocs.io/en/latest/_images/logo.png)\n#### A python library for correlating EBSD and HRDIC data.\n\n[![PyPI version](https://img.shields.io/pypi/v/defdap \"PyPI version\")](https://pypi.org/project/defdap)\n[![Supported python versions](https://img.shields.io/pypi/pyversions/defdap \"Supported python versions\")](https://pypi.org/project/defdap)\n[![License](https://img.shields.io/github/license/mechmicroman/defdap \"License\")](https://github.com/MechMicroMan/DefDAP/blob/master/LICENSE)\n[![Documentation status](https://readthedocs.org/projects/defdap/badge/?version=latest \"Documentation status\")](https://defdap.readthedocs.io/en/latest/?badge=latest)\n[![Binder](https://mybinder.org/badge_logo.svg \"Try on binder\")](https://mybinder.org/v2/gh/MechMicroMan/DefDAP/master?filepath=notebooks/example_notebook.ipynb)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3688096.svg \"DOI\")](https://doi.org/10.5281/zenodo.3688096)\n\n[How to install](#how-to-install \"How to install\") \u2022\n[How to use](#how-to-use \"How to use\") \u2022\n[Documentation](#documentation \"Documentation\") \u2022\n[Credits](#credits \"Credits\") \u2022\n[Contributing](#contributing \"Contributing\") \u2022\n[License](#license \"License\")\n\n## How to install\n- DefDAP can be installed from PyPI using the command `pip install defdap`\n- 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)\n- For more information, see the [documentation](https://defdap.readthedocs.io/en/latest/installation.html)\n\n## How to use\n- To start the example notebook, use the command `jupyter lab` and click the notebook (.ipynb file)\n- 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)\n- Here is a video demonstrating the basic functionality of the package: [DefDAP demo](http://www.youtube.com/watch?v=JIbc7F-nFSQ \"DefDAP demo\")\n\n## Documentation\n- For more help, see the online [documentation](https://defdap.readthedocs.io/).\n\n## Contributing\n- For information about contributing see the [guidelines](https://defdap.readthedocs.io/en/latest/contributing.html)\n- Any new functions or changes to arguments should be documented.\n\n## Credits\nThe software uses the following open source packages:\n\n- [scipy](http://scipy.org/)\n- [numpy](http://numpy.org/)\n- [matplotlib](http://matplotlib.org/)\n- [scikit-image](http://scikit-image.org/)\n- [networkx](https://networkx.github.io/)\n- [pandas](http://pandas.pydata.org)\n- [peakutils](https://peakutils.readthedocs.io/en/latest/)\n- [matplotlib_scalebar](https://pypi.org/project/matplotlib-scalebar/)\n- [IPython](https://ipython.org/)\n- [jupyter](https://jupyter.org/)\n\n## License\n[Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0)\n",
    "bugtrack_url": null,
    "license": "Apache 2.0 License",
    "summary": "A python library for correlating EBSD and HRDIC data.",
    "version": "0.93.5",
    "split_keywords": [
        "defdap",
        "ebsd",
        "hrdic",
        "deformation",
        "crystal",
        "correlative analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3cc50c94c14e256e2ad57a6d44998a1c4480fe7fb61216f3ba2b11a0c1b97bd",
                "md5": "61fb60ba6e3bcb5d5f685220f21b4165",
                "sha256": "e49572eaba1fd2bc075169e5e3e5df70985123d6f2db6dfa74e55bafb8602926"
            },
            "downloads": -1,
            "filename": "DefDAP-0.93.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "61fb60ba6e3bcb5d5f685220f21b4165",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 83391,
            "upload_time": "2023-01-17T17:55:50",
            "upload_time_iso_8601": "2023-01-17T17:55:50.742528Z",
            "url": "https://files.pythonhosted.org/packages/a3/cc/50c94c14e256e2ad57a6d44998a1c4480fe7fb61216f3ba2b11a0c1b97bd/DefDAP-0.93.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e84881f636a30ad45604a244bbfe0d08571158c5d39e1762378dd3ccab70ff76",
                "md5": "b535608fa7481cc1c31fc04bbd97076b",
                "sha256": "3f6d2d7cfac8c65aa81c031e23e4e9589beecdc0c646b5395e3610a9679164b7"
            },
            "downloads": -1,
            "filename": "DefDAP-0.93.5.tar.gz",
            "has_sig": false,
            "md5_digest": "b535608fa7481cc1c31fc04bbd97076b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 76395,
            "upload_time": "2023-01-17T17:55:53",
            "upload_time_iso_8601": "2023-01-17T17:55:53.110843Z",
            "url": "https://files.pythonhosted.org/packages/e8/48/81f636a30ad45604a244bbfe0d08571158c5d39e1762378dd3ccab70ff76/DefDAP-0.93.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-17 17:55:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "defdap"
}
        
Elapsed time: 0.04334s