# This file is part of OnDA. # # 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. # # 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. # # 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. """ Utility functions and classes for CFEL software projects. 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`) The 'crystfel_utils' submodule contains the python implementation of some functions from the CrystFEL software package. (`Link CrystFEL http://www.desy.de/~twhite/crystfel/`) The 'geometry_utils' submodule contains the implementation of functions used to manipulate detector geometry information. """ __version__ = "0.92"