LaueTools


NameLaueTools JSON
Version 3.1.15 PyPI version JSON
download
home_pagehttps://github.com/BM32ESRF/lauetools
SummaryDistribution of LaueTools Package from gitlab.esrf.fr repository for pip
upload_time2024-11-08 14:42:51
maintainerNone
docs_urlNone
authorJ S Micha
requires_python<3.13,>=2.6
licenseMIT
keywords lauetools x-ray scattering data analysis gui laue
VCS
bugtrack_url
requirements fabio h5py imageio matplotlib networkx numpy scikit-image scipy tqdm attrdict pyperclip astropy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
![til](https://github.com/BM32ESRF/lauetools/blob/master/animation_Si.gif)

[![Conda](https://img.shields.io/conda/pn/bm32esrf/lauetools?color=green&label=supported%20platform)](https://anaconda.org/bm32esrf/lauetools)

[![Lint, test, build, and publish (PYPI, CONDA)](https://github.com/BM32ESRF/lauetools/actions/workflows/complete_workflow.yml/badge.svg)](https://github.com/BM32ESRF/lauetools/actions/workflows/complete_workflow.yml)
[![PyPI](https://img.shields.io/pypi/v/LaueTools)](https://pypi.python.org/pypi/LaueTools/)
[![Conda](https://img.shields.io/conda/v/bm32esrf/lauetools?style=flat-square)](https://anaconda.org/bm32esrf/lauetools)


[![PyPI pyversions](https://img.shields.io/pypi/pyversions/LaueTools.svg)](https://pypi.python.org/pypi/LaueTools/)
[![Anaconda-Server Badge](https://anaconda.org/bm32esrf/lauetools/badges/license.svg)](https://anaconda.org/bm32esrf/lauetools)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/BM32ESRF/lauetools/HEAD?urlpath=https%3A%2F%2Fgithub.com%2FBM32ESRF%2Flauetools%2Ftree%2Fmaster%2FLaueTools%2Fnotebooks)

Welcome to LaueTools's DOCUMENTATION!
=====================================

Last revision (February 2024)

LaueTools information on BM32 beamline website:

https://www.esrf.fr/UsersAndScience/Experiments/CRG/BM32/Microdiffraction


1- Download LaueTools code
***************************

- the very last version of the code running with python3 is now on github (you are also welcome to fork this project):

	https://github.com/BM32ESRF/lauetools

- last (or older releases) with repository on pypi

	https://pypi.org/project/LaueTools/

	if pip is installed:

	.. code-block:: python

	   pip install lauetools

- Former LaueTools package written for python 2.7 only (up to June 2019) is no longer maintained and can be found on sourceforge:
	
	https://sourceforge.net/projects/lauetools/version


But it is highly recommended to use python 3 to take benefit from all capabilities

2a- Launch Graphical User Interfaces of LaueTools
*************************************************
- start Lauetools GUIs from command line :

Normally, in a command window (if environment variables are well set) 3 main GUIs can be launched:

	> lauetools   for the main GUI
	> peaksearch  for batch Laue pattern peak search processing
	> indexrefine   for batch Laue pattern indexing and unit cell (strain) refinement
	> buildsummary    to compile all results from indexrefine analysis
	> plotmap    to plot 2D map of structural quantities from file built previously
	> plotmeshgui   to plot 2D map from counters values in (spec) logfile


2b- Use LaueTools module as a library
**************************************

With pip installation, LaueTools package will be included to python packages. Therefore any module will be callable as the following:
 
	-In [1] : import LaueTools.readmccd as rmccd

	-In [2] : rmccd.readCCDimage(‘myimage.tif’)

In jupyter-notebook, it is also simple in the same manner:

	.. image:: /images/notebook0.jpg







            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BM32ESRF/lauetools",
    "name": "LaueTools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=2.6",
    "maintainer_email": null,
    "keywords": "Lauetools x-ray scattering data analysis GUI Laue",
    "author": "J S Micha",
    "author_email": "micha@esrf.fr",
    "download_url": "https://files.pythonhosted.org/packages/5e/ba/691da80100f2ccae32582706a40bf6f8ba09d8ead793f70ebf36221abab1/LaueTools-3.1.15.tar.gz",
    "platform": null,
    "description": "\n![til](https://github.com/BM32ESRF/lauetools/blob/master/animation_Si.gif)\n\n[![Conda](https://img.shields.io/conda/pn/bm32esrf/lauetools?color=green&label=supported%20platform)](https://anaconda.org/bm32esrf/lauetools)\n\n[![Lint, test, build, and publish (PYPI, CONDA)](https://github.com/BM32ESRF/lauetools/actions/workflows/complete_workflow.yml/badge.svg)](https://github.com/BM32ESRF/lauetools/actions/workflows/complete_workflow.yml)\n[![PyPI](https://img.shields.io/pypi/v/LaueTools)](https://pypi.python.org/pypi/LaueTools/)\n[![Conda](https://img.shields.io/conda/v/bm32esrf/lauetools?style=flat-square)](https://anaconda.org/bm32esrf/lauetools)\n\n\n[![PyPI pyversions](https://img.shields.io/pypi/pyversions/LaueTools.svg)](https://pypi.python.org/pypi/LaueTools/)\n[![Anaconda-Server Badge](https://anaconda.org/bm32esrf/lauetools/badges/license.svg)](https://anaconda.org/bm32esrf/lauetools)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/BM32ESRF/lauetools/HEAD?urlpath=https%3A%2F%2Fgithub.com%2FBM32ESRF%2Flauetools%2Ftree%2Fmaster%2FLaueTools%2Fnotebooks)\n\nWelcome to LaueTools's DOCUMENTATION!\n=====================================\n\nLast revision (February 2024)\n\nLaueTools information on BM32 beamline website:\n\nhttps://www.esrf.fr/UsersAndScience/Experiments/CRG/BM32/Microdiffraction\n\n\n1- Download LaueTools code\n***************************\n\n- the very last version of the code running with python3 is now on github (you are also welcome to fork this project):\n\n\thttps://github.com/BM32ESRF/lauetools\n\n- last (or older releases) with repository on pypi\n\n\thttps://pypi.org/project/LaueTools/\n\n\tif pip is installed:\n\n\t.. code-block:: python\n\n\t   pip install lauetools\n\n- Former LaueTools package written for python 2.7 only (up to June 2019) is no longer maintained and can be found on sourceforge:\n\t\n\thttps://sourceforge.net/projects/lauetools/version\n\n\nBut it is highly recommended to use python 3 to take benefit from all capabilities\n\n2a- Launch Graphical User Interfaces of LaueTools\n*************************************************\n- start Lauetools GUIs from command line\u00a0:\n\nNormally, in a command window (if environment variables are well set) 3 main GUIs can be launched:\n\n\t> lauetools   for the main GUI\n\t> peaksearch  for batch Laue pattern peak search processing\n\t> indexrefine   for batch Laue pattern indexing and unit cell (strain) refinement\n\t> buildsummary    to compile all results from indexrefine analysis\n\t> plotmap    to plot 2D map of structural quantities from file built previously\n\t> plotmeshgui   to plot 2D map from counters values in (spec) logfile\n\n\n2b- Use LaueTools module as a library\n**************************************\n\nWith pip installation, LaueTools package will be included to python packages. Therefore any module will be callable as the following:\n \n\t-In [1]\u00a0: import LaueTools.readmccd as rmccd\n\n\t-In [2] : rmccd.readCCDimage(\u2018myimage.tif\u2019)\n\nIn jupyter-notebook, it is also simple in the same manner:\n\n\t.. image:: /images/notebook0.jpg\n\n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Distribution of LaueTools Package from gitlab.esrf.fr repository for pip",
    "version": "3.1.15",
    "project_urls": {
        "Homepage": "https://github.com/BM32ESRF/lauetools"
    },
    "split_keywords": [
        "lauetools",
        "x-ray",
        "scattering",
        "data",
        "analysis",
        "gui",
        "laue"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0f68aa05ae3dd9873ec0163448bff520882e985fa64125eca94b3a5c570e199",
                "md5": "b379422b355deaaa1b1a610dff4ccbad",
                "sha256": "f479ca18676061b6b9ef34f157ee107131a6bf529e75fa1eb8b40cbceaa68964"
            },
            "downloads": -1,
            "filename": "LaueTools-3.1.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b379422b355deaaa1b1a610dff4ccbad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=2.6",
            "size": 33118981,
            "upload_time": "2024-11-08T14:42:47",
            "upload_time_iso_8601": "2024-11-08T14:42:47.622471Z",
            "url": "https://files.pythonhosted.org/packages/b0/f6/8aa05ae3dd9873ec0163448bff520882e985fa64125eca94b3a5c570e199/LaueTools-3.1.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5eba691da80100f2ccae32582706a40bf6f8ba09d8ead793f70ebf36221abab1",
                "md5": "63b0f642e694cc756ae961cbe3827721",
                "sha256": "87ed5a771a445cd763ec786158addc4c98dc8cbf9b8f8cb6787baaf6fe1125f9"
            },
            "downloads": -1,
            "filename": "LaueTools-3.1.15.tar.gz",
            "has_sig": false,
            "md5_digest": "63b0f642e694cc756ae961cbe3827721",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=2.6",
            "size": 58871488,
            "upload_time": "2024-11-08T14:42:51",
            "upload_time_iso_8601": "2024-11-08T14:42:51.788024Z",
            "url": "https://files.pythonhosted.org/packages/5e/ba/691da80100f2ccae32582706a40bf6f8ba09d8ead793f70ebf36221abab1/LaueTools-3.1.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-08 14:42:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BM32ESRF",
    "github_project": "lauetools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "fabio",
            "specs": []
        },
        {
            "name": "h5py",
            "specs": []
        },
        {
            "name": "imageio",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "networkx",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scikit-image",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "attrdict",
            "specs": []
        },
        {
            "name": "pyperclip",
            "specs": []
        },
        {
            "name": "astropy",
            "specs": []
        }
    ],
    "lcname": "lauetools"
}
        
Elapsed time: 2.34247s