Metadata-Version: 2.1
Name: pyCHX
Version: 4.2.0
Summary: pyCHX - CHX XPCS Data Analysis Package
Home-page: https://github.com/NSLS-II/pyCHX
Author: Brookhaven National Laboratory CHX
License: BSD-3-Clause
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: cython
Requires-Dist: dask
Requires-Dist: databroker
Requires-Dist: dill
Requires-Dist: historydict
Requires-Dist: ipython
Requires-Dist: lmfit
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pillow
Requires-Dist: pyyaml
Requires-Dist: reportlab
Requires-Dist: scikit-image
Requires-Dist: scipy
Requires-Dist: theano
Requires-Dist: tifffile
Requires-Dist: tqdm

pyCHX -- CHX XPCS Data Analysis Packages
========

Repository for data collection and analysis scripts that are useful at the
CHX beamline at NSLS-II (11-ID) developed by Dr. Yugang Zhang (yuzhang@bnl.gov).

Installation instructions on Linux:

Install miniconda from https://conda.io/miniconda.html. Then create the environment for pyCHX:
```
conda create --name pyCHX python=3.6 numpy scipy matplotlib
source activate pyCHX
pip install -r https://raw.githubusercontent.com/NSLS-II-CHX/pyCHX/master/requirements.txt
pip install git+https://github.com/NSLS-II-CHX/pyCHX
```
