Skip to content
Snippets Groups Projects
__init__.py 1.28 KiB
Newer Older
Valerio Mariani's avatar
Valerio Mariani committed
#
# OnDA 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.
Valerio Mariani's avatar
Valerio Mariani committed
#
# OnDA 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.
Valerio Mariani's avatar
Valerio Mariani committed
#
# You should have received a copy of the GNU General Public License along with OnDA.
# If not, see <http://www.gnu.org/licenses/>.
#
# Copyright 2014-2019 Deutsches Elektronen-Synchrotron DESY,
# a research centre of the Helmholtz Association.
Valerio Mariani's avatar
Valerio Mariani committed
"""
Utility functions and classes for CFEL software projects.
Valerio Mariani's avatar
Valerio Mariani committed

Utility functions and classes used by many software 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 the python implementation 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
"""