LaueTools


NameLaueTools JSON
Version 3.0.64 PyPI version JSON
download
home_pagehttps://github.com/BM32ESRF/lauetools
SummaryDistribution of LaueTools Package from gitlab.esrf.fr repository for pip
upload_time2023-05-04 12:44:40
maintainer
docs_urlNone
authorJ S Micha
requires_python>=2.6 , <3.9
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 (Sept 2022)

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": "",
    "docs_url": null,
    "requires_python": ">=2.6 , <3.9",
    "maintainer_email": "",
    "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/27/ba/8177ac59cc678d642fbbbe7df22aeee566683abf2c6e83ccd566e3e45d9b/LaueTools-3.0.64.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 (Sept 2022)\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.64",
    "project_urls": {
        "Homepage": "https://github.com/BM32ESRF/lauetools"
    },
    "split_keywords": [
        "lauetools",
        "x-ray",
        "scattering",
        "data",
        "analysis",
        "gui",
        "laue"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "999bf99b676b105f559c60fd043d0436afd91bab97eb8a8c95db557991e6ba87",
                "md5": "fd7bacf138f89c991eb316bcf4ae9f1b",
                "sha256": "cf814eded3c71eeadf32184534bc91d19a92264fe6c1dd4e3d9b8a40eb893160"
            },
            "downloads": -1,
            "filename": "LaueTools-3.0.64-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd7bacf138f89c991eb316bcf4ae9f1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.6 , <3.9",
            "size": 22311493,
            "upload_time": "2023-05-04T12:44:34",
            "upload_time_iso_8601": "2023-05-04T12:44:34.044210Z",
            "url": "https://files.pythonhosted.org/packages/99/9b/f99b676b105f559c60fd043d0436afd91bab97eb8a8c95db557991e6ba87/LaueTools-3.0.64-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27ba8177ac59cc678d642fbbbe7df22aeee566683abf2c6e83ccd566e3e45d9b",
                "md5": "bc8907452adf9dee547fb2fa52f094f7",
                "sha256": "ff1081665d4140df3d47cebbb4cf1dc2af5944b0b942aacdbba7332099446504"
            },
            "downloads": -1,
            "filename": "LaueTools-3.0.64.tar.gz",
            "has_sig": false,
            "md5_digest": "bc8907452adf9dee547fb2fa52f094f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.6 , <3.9",
            "size": 48277615,
            "upload_time": "2023-05-04T12:44:40",
            "upload_time_iso_8601": "2023-05-04T12:44:40.252008Z",
            "url": "https://files.pythonhosted.org/packages/27/ba/8177ac59cc678d642fbbbe7df22aeee566683abf2c6e83ccd566e3e45d9b/LaueTools-3.0.64.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-04 12:44:40",
    "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.09017s