Metadata-Version: 2.0
Name: stxmproc
Version: 0.0.1
Summary: Pixel Alignment and Normalization of STXM images.
Home-page: http://carlos.reis@gitlab.elettra.eu/carlos.reis/stxmproc
Author: Elettra SciComp
Author-email: carlos.reis@elettra.eu
License: MIT
Keywords: stxm images processing alignment normalization
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pyqtgraph
Requires-Dist: tifffile
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

STXM Proc
=======================

STXM Proc is a PyQtGraph-based graphical user interface. It allows for horizontal line alignment and for aplying 
normalization techniques on images collected in the TwinMic beamline through Scanning transmission x-ray microscopy 
(STXM) imaging technique and.


----

README
""""""""""""""""" 

**Introduction**

To do.

**Installation**

For standard Python installations, install stxmalign using pip:

.. code:: bash

    pip install -U pip setuptools
    pip install stxmproc

**Usage**

Once the installation has finished just type on the command line:

.. code:: bash

    stxmProc

**Requirements**

* `Python 2.7 <https://www.python.org/downloads/>`_.
* `Setuptools <https://setuptools.readthedocs.io/en/latest/>`_.
* `Tifffile <https://github.com/blink1073/tifffile>`_.
* `H5Py <http://www.h5py.org/>`_.
* `Matplotlib <https://matplotlib.org/>`_.
* `NumPy <http://www.numpy.org/>`_.
* `PyQt5 <http://pyqt.sourceforge.net/Docs/PyQt5/installation.html>`_.
* `PyQtGraph <http://www.pyqtgraph.org/>`_.
* `SIP <https://www.riverbankcomputing.com/software/sip/download>`_.

**To fix**

* `PyQtGraph ImageExporter <https://groups.google.com/forum/#!topic/pyqtgraph/4jiAPUpLpF4>`_.




