Skip to content

ImageD11 is a python code for identifying individual grains in spotty area detector X-ray diffraction images.

License

Notifications You must be signed in to change notification settings

FABLE-3DXRD/ImageD11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

874541b · Sep 28, 2018
Sep 28, 2018
Nov 14, 2017
Apr 22, 2017
Jul 30, 2018
Sep 28, 2018
Jul 18, 2018
Jul 25, 2018
Nov 13, 2017
Sep 29, 2017
Mar 22, 2005
Feb 20, 2009
Apr 3, 2017
Apr 13, 2017
Apr 7, 2017
Jun 14, 2006
Sep 29, 2017
Sep 6, 2017
Sep 28, 2018
Mar 23, 2017
Sep 26, 2017

Repository files navigation

ImageD11
Version 1.7
Jon Wright
wright@esrf.fr

This is the source code for ImageD11. Probably you wanted a compiled version.

Some documentation is here: https://pythonhosted.org/ImageD11/

To use it, try this:

 Download and install python 2.7, perhaps from www.python.org 
 Add the packages numpy, matplotlib and pyopengl.

 Then try: 
 python setup.py build
 or
 python setup.py build --compiler=mingw32
 Followed by:
 python setup.py install

After it is installed, you should find a script ImageD11_gui.py, somewhere in your path


Until 2017 this code was mostly developed on sourceforge at http://sourceforge.net/projects/fable/ 

It moves to github.com/jonwright/ImageD11 for a spring clean.


Good luck!