LaueTools


NameLaueTools JSON
Version 3.1.1 PyPI version JSON
download
home_pagehttps://github.com/BM32ESRF/lauetools
SummaryDistribution of LaueTools Package from gitlab.esrf.fr repository for pip
upload_time2024-08-31 15:27:47
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 No requirements were recorded.
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/15/ec/12eda5c3218e5916bf44a3e0b04e8788094183e0c9ef3794f620c471d2b0/LaueTools-3.1.1.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.1",
    "project_urls": {
        "Homepage": "https://github.com/BM32ESRF/lauetools"
    },
    "split_keywords": [
        "lauetools",
        "x-ray",
        "scattering",
        "data",
        "analysis",
        "gui",
        "laue"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5b718f09525196837718664b9abe1a5d38b978c6efac9c466148814680f1f72",
                "md5": "9b3332f36f677770c11aa22063730375",
                "sha256": "10203189a53b189a1289b4cb30de36d2258db2cce04c84728582f2699c22c287"
            },
            "downloads": -1,
            "filename": "LaueTools-3.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9b3332f36f677770c11aa22063730375",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=2.6",
            "size": 28204706,
            "upload_time": "2024-08-31T15:27:42",
            "upload_time_iso_8601": "2024-08-31T15:27:42.436736Z",
            "url": "https://files.pythonhosted.org/packages/f5/b7/18f09525196837718664b9abe1a5d38b978c6efac9c466148814680f1f72/LaueTools-3.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15ec12eda5c3218e5916bf44a3e0b04e8788094183e0c9ef3794f620c471d2b0",
                "md5": "3b95358b14acef42094611f96537c484",
                "sha256": "eddf11e81793884a3f73a957e1035e8c962c65fd0b089057e56b69518c998554"
            },
            "downloads": -1,
            "filename": "LaueTools-3.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3b95358b14acef42094611f96537c484",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=2.6",
            "size": 53953891,
            "upload_time": "2024-08-31T15:27:47",
            "upload_time_iso_8601": "2024-08-31T15:27:47.232280Z",
            "url": "https://files.pythonhosted.org/packages/15/ec/12eda5c3218e5916bf44a3e0b04e8788094183e0c9ef3794f620c471d2b0/LaueTools-3.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-31 15:27:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BM32ESRF",
    "github_project": "lauetools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "lauetools"
}
        
Elapsed time: 0.38308s