Skip to content
Snippets Groups Projects
README.md 1.56 KiB
Newer Older
valmar's avatar
valmar committed
The CFELPyUtils Library
=======================
valmar's avatar
valmar committed
Introduction
------------
valmar's avatar
valmar committed
CFELPyUtils is a utility library written in Python and developed at the Center For Free
Electron Laser Science (CFEL) in Hamburg. It contains several functions and classes
that perform various tasks related to the processing of x-ray imaging data (currently,
mostly reading and applying geometry information to x-ray detector data). It is used by
several internal and released CFEL software projects.
valmar's avatar
valmar committed
Installation
------------

valmar's avatar
valmar committed
The CFELPyUtils library is available on the [Python Package Index](https://pypi.org/)
(PyPI). It can be installed using the 'pip' command:

    python3 -m pip install cfelpyutils

Or, for Python 2:

    python2 -m pip install cfelpyutils

It is also available as a package for the [Anaconda](<https://anaconda.org/>) Python
distribution. It can be installed using the 'conda' command:
valmar's avatar
valmar committed
    conda install -c ondateam cfelpyutils

The library can also be installed manually by checking out the repository and running:

    python setup.py install 


Authors
valmar's avatar
valmar committed
The CFELPyUtils library is currently developed in the lab of 
[Henry Chapman](https://cid.cfel.de/) at the Center For Free Electron Laser Science
in Hamburg. 

Many people from different institutions worlwide contribute code, testing and support
to the project:
valmar's avatar
valmar committed
* **Valerio Mariani** (corresponding author: valerio.mariani@desy.de)
* Anton Barty
* Andrew Morgan
* Thomas A. White
valmar's avatar
valmar committed
------------------
valmar's avatar
valmar committed
Documentation for the CFELPyUtils is available on [ReadTheDocs](https://readthedocs.org/projects/cfelpyutils/)