Metadata-Version: 2.1
Name: xicam.SAXS
Version: 2.2.2
Summary: SAXS GUI Interface
Home-page: https://github.com/ronpandolfi/Xi-cam
Author: Ronald J Pandolfi
Author-email: ronpandolfi@lbl.gov
License: BSD
Keywords: synchrotron analysis x-ray scattering tomography
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: xicam
Requires-Dist: numpy
Requires-Dist: qtpy
Requires-Dist: pyFAI (<0.21)
Requires-Dist: scipy
Requires-Dist: dill
Requires-Dist: scikit-image
Requires-Dist: databroker (>=1.0.0b1)
Requires-Dist: scikit-beam
Requires-Dist: camsaxs
Requires-Dist: numba
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: coverage ; extra == 'tests'

# Xi-CAM SAXS

Xi-CAM GUI plugin that facilitates data exploration and processing for SAXS experiments.

(Work in progress, release 1.0.0 will be more stable.)

## Installation

The latest build of Xi-cam.SAXS is available on pypi as `xicam.SAXS`.

### Details

If unsure about where to install, we recommend creating an environment.
There are several tools that provide this, such as virtualenv or conda.

For more details about setting up an environment for installation, see the
[Xi-CAM Installation Instructions](https://xi-cam.readthedocs.io/en/latest/quickstart.html#install-xi-cam)
for your operating system.

Once your environment is activated, install with the following command:

```
pip install xicam.SAXS
```

(this will install xicam for you as well).


## Resources

For more information about Xi-CAM, see the [main Xi-CAM repository's README](https://github.com/xi-cam/xi-cam)

## Release Notes

* 0.3.0 - Refactoring; provides Calibration and Correlation stages.

