FABLE-3DXRD / fabian

GNU General Public License v3.0
1 stars 6 forks source link

fabian version RELEASE Henning Osholm Sørensen & Erik Knudsen Department of Physics, Technical University of Denmark

fabian is designed for the purpose of viewing image file series. In particular such diffraction image files obtained from synchrotron experiments.

To use this you need (besides a python interpreter) the python extensions: PIL (python imaging library) - http://www.pythonware.com Numpy - http://www.numpy.org pyopengl - http://pyopengl.sourceforge.net Pmw - Python Mega Widgets - http://pmw.sourceforge.net Matplotlib - http://matplotlib.sourceforge.net

and possibly a c compiler (neseccary for reading mar345 images).

INSTALL:

Download fabian from http://sourceforge.net/project/showfiles.php?group_id=82044

Unpack the distribution either as tar xvzf fabian-XXX.tar.gz or unzip fabian-XXX.zip depending on the type of package you have downloaded.

Hereafter: cd fabian-XXX and ./fabian.py

or to do a proper install: cd fabian-XXX and python setup.py install fabian.py

Hopefully you will get a file dialog opened at this moment. You can also provide an image file to be opened as an argument: fabian.py lyzo0013.edf

MANUAL: the manual written as a wiki page: https://sourceforge.net/p/fable/wiki/fabian/

BUGS:

If you find any bugs please report these using the sourceforge bug tracker. This can be found on the FABLE project page http://sourceforge.net/projects/fable/ under Public Area - Bugs.

FEATURE REQUESTS: Feature requests can be made under, guess what, Feature Requests, also on the just mentioned page.

Enjoy!