Metadata-Version: 2.1
Name: xframe
Version: 0.9.7
Summary: A framework for scientific algorithms targeting X-ray scattering
Author-email: Tim Berberich <tim.berberich@xfel.eu>
Project-URL: Homepage, https://github.com/European-XFEL/xFrame
Project-URL: Documentation, https://xframe-fxs.readthedocs.io
Keywords: scientific computing,xray,FXS,physics
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: h5py
Requires-Dist: numpy
Requires-Dist: ruamel.yaml
Requires-Dist: scipy
Provides-Extra: fxs
Requires-Dist: pysofft; extra == "fxs"
Requires-Dist: shtns; extra == "fxs"
Requires-Dist: pyopencl; extra == "fxs"
Requires-Dist: vtk; extra == "fxs"
Requires-Dist: matplotlib; extra == "fxs"
Requires-Dist: opencv-python; extra == "fxs"
Requires-Dist: pygsl; extra == "fxs"
Requires-Dist: psutil; extra == "fxs"
Requires-Dist: click; extra == "fxs"
Provides-Extra: all
Requires-Dist: matplotlib; extra == "all"
Requires-Dist: pysofft; extra == "all"
Requires-Dist: pyopencl; extra == "all"
Requires-Dist: shtns; extra == "all"
Requires-Dist: vtk; extra == "all"
Requires-Dist: pygsl; extra == "all"
Requires-Dist: flt; extra == "all"
Requires-Dist: psutil; extra == "all"
Requires-Dist: opencv-python; extra == "all"
Requires-Dist: SharedArray; extra == "all"

![](https://raw.githubusercontent.com/European-XFEL/xframe/main/docs/images/xFrame_logo_title.svg "xFrame logo")
[![Lates Release](https://img.shields.io/github/v/release/European-XFEL/xframe)](https://github.com/European-XFEL/xframe/releases)
![License](https://img.shields.io/github/license/European-XFEL/xframe)
[![Documentation](https://img.shields.io/readthedocs/xframe-fxs)](https://xframe-fxs.readthedocs.io/en/latest/)
[![Documentation](https://img.shields.io/badge/documentation-online-blue)](https://xframe-fxs.readthedocs.io/en/latest/)
![Language](https://img.shields.io/badge/language-python-blue)
# Introduction
The main objective of __xFrame__ is to provide an easy and flexible framwork that handles details such as
- Data storage / File access
- Settings management
- Multiprocessing
- GPU access

Allowing users to focus on the "scientific" part of their algorithm.  
*xFrame* has been created during our quest of writing a toolkit for fluctuation X-ray scattering.
To install *xFrame* simply call
```
pip install xframe
```
For more information and tutorials visit the documentaiton at [xframe-fxs.readthedocs.io](https://xframe-fxs.readthedocs.io)

# Fluctuation X-Ray Scattering Toolkit [fxs]
The project __fxs__ comes bundled with *xFrame* and provides a workflow for 3D structure determination from fluctuation X-ray scattering data.

To install *xFrame* together with the dependencies needed by *fxs* simply call
```
pip install 'xframe[fxs]'
```
please make sure that the following libraries are installed on your system before calling `pip install` 
- [GNU Scientific Library](https://www.gnu.org/software/gsl/)
- [OpenCL](https://www.khronos.org/opencl/)

Further information as well as tutorials can be found at [xframe-fxs.readthedocs.io/en/latest/fxs](https://xframe-fxs.readthedocs.io/en/latest/fxs)

# Citation
If you find this piece of software usefull for your scientific project consider citing the paper  
Still in review ... :)
