LaueTools


NameLaueTools JSON
Version 3.0.96 PyPI version JSON
download
home_pagehttps://github.com/BM32ESRF/lauetools
SummaryDistribution of LaueTools Package from gitlab.esrf.fr repository for pip
upload_time2024-04-12 09:27:51
maintainerNone
docs_urlNone
authorJ S Micha
requires_python<3.12,>=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.12,>=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/25/e8/55639a881e6e7be349da25b75cc9f9861bf6631bae1c5672f8782ea33b16/LaueTools-3.0.96.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.0.96",
    "project_urls": {
        "Homepage": "https://github.com/BM32ESRF/lauetools"
    },
    "split_keywords": [
        "lauetools",
        "x-ray",
        "scattering",
        "data",
        "analysis",
        "gui",
        "laue"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a324ec64ec2d3bc4c718d3ba22a872b8b69e5874b23d09a2219bd1eb100679bc",
                "md5": "c537985800d69242812f4b676d597bb3",
                "sha256": "129a09499f2bab911ae2b6eb075672f2168bf36acee03b4a3e83d1454145194b"
            },
            "downloads": -1,
            "filename": "LaueTools-3.0.96-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c537985800d69242812f4b676d597bb3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=2.6",
            "size": 28174967,
            "upload_time": "2024-04-12T09:27:40",
            "upload_time_iso_8601": "2024-04-12T09:27:40.396507Z",
            "url": "https://files.pythonhosted.org/packages/a3/24/ec64ec2d3bc4c718d3ba22a872b8b69e5874b23d09a2219bd1eb100679bc/LaueTools-3.0.96-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25e855639a881e6e7be349da25b75cc9f9861bf6631bae1c5672f8782ea33b16",
                "md5": "78416316582ea667961d86f3b60734d7",
                "sha256": "4c71e7dc2e8444fa7e979a54de975c15f9c287a9a4d9e65457bc65d8db0ad9fa"
            },
            "downloads": -1,
            "filename": "LaueTools-3.0.96.tar.gz",
            "has_sig": false,
            "md5_digest": "78416316582ea667961d86f3b60734d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=2.6",
            "size": 53918330,
            "upload_time": "2024-04-12T09:27:51",
            "upload_time_iso_8601": "2024-04-12T09:27:51.062581Z",
            "url": "https://files.pythonhosted.org/packages/25/e8/55639a881e6e7be349da25b75cc9f9861bf6631bae1c5672f8782ea33b16/LaueTools-3.0.96.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 09:27: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: 0.26581s