First trials to distribute LaueTools Package with pip
Project description
LaueTools Package
Welcome to LaueTools's documentation!
1- Download LaueTools code
-
the very last version of the code at gitlab.esrf.fr (you are also welcome to fork this project):
-
last (or older releases) with repository on pypi
https://pypi.org/project/LaueTools/
if pip is installed:
.. code-block:: python
pip install lauetools
2a- Launch Graphical User Interfaces of LaueTools
- start Lauetools GUIs from command line :
To deal with relative import, the package name ‘LaueTools’ must be specified to the python interpreter as following
Examples:
- python -m LaueTools.LaueToolsGUI
- python -m LaueTools.LaueSimulatorGUI
- python -m LaueTools.PeaksearchGUI
The two last GUIs (LaueSimulatorGUI, PeaksearchGUI) can be accessed by the first main one, LaueToolsGUI
There are additional basic GUIs for batch processing located in FileSeries folder:
- python -m LaueTools.FileSeries.Peak_Search
- python -m LaueTools.FileSeries.Index_Refine
- python -m LaueTools.FileSeries.Build_summary
- python -m LaueTools.FileSeries.Plot_Maps2
-
within interactive python (say, ipython -i), GUI can be started thanks to a start() function:
-
In [1] : import LaueTools.LaueToolsGUI as LTGUI
-
In [2] : LTGUI.start()
-
.. note:: in the LaueTools folder :
- neither > python LaueToolsGUI
- nor in >ipython -i : > run LaueToolsGUI will work…
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:
.. image:: notebook0.jpg
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for LaueTools-3.0.0.21-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56fb8c3f6e9ec818d3505d2d78a01aba9c2362685216d7c513a16843e971a3cf |
|
MD5 | 93699802d4d77496f3ba382904945ebf |
|
BLAKE2b-256 | 65a54eab6a761e1c8415588ca2439becf908bbb27101486d6a2026e5821b4b3f |