Skip to content
Snippets Groups Projects
__init__.py 1.35 KiB
Newer Older
Valerio Mariani's avatar
Valerio Mariani committed
#    This file is part of cfelpyutils.
#
#    cfelpyutils is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    (at your option) any later version.
#
#    cfelpyutils is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with cfelpyutils.  If not, see <http://www.gnu.org/licenses/>.
"""
Utilities for CFEL software projects.

This package contains the implementation of several utiliy functions
and classes used by many projects developed at the Center For Free
Electron Laser Science (CFEL) in Hamburg.
(`Link CFEL: https://www.cfel.de`)
Valerio Mariani's avatar
Valerio Mariani committed

The 'crystfel_utils' submodule contains python implementations of
some functions from the CrystFEL software package.
(`Link CrystFEL http://www.desy.de/~twhite/crystfel/`)
Valerio Mariani's avatar
Valerio Mariani committed

The 'geometry_utils' submodule contains the implementation of functions
used to manipulate detector geometry information.
Valerio Mariani's avatar
Valerio Mariani committed

The 'parameter utils' submodule contains the implementation of
functions used to manipulate detector geometry information.
Valerio Mariani's avatar
Valerio Mariani committed
"""