Metadata-Version: 1.1
Name: stxmalign
Version: 0.0.8
Summary: Pixel Alignment of STXM images.
Home-page: http://carlos.reis@gitlab.elettra.eu/carlos.reis/stxmalign
Author: Elettra SciComp
Author-email: carlos.reis@elettra.eu
License: MIT
Description: STXM Align
        =======================
        
        STXM Align is a PyQtGraph-based graphical user interface. It allows for horizontal line alignment of images
        collected in the TwinMic beamline through Scanning transmission x-ray microscopy (STXM) imaging technique.
        
        
        ----
        
        README
        """"""""""""""""" 
        
        **Introduction**
         
        To do.
        
        **Installation**
        
        For standard Python installations, install stxmalign using pip:
        
        .. code:: bash
        
            pip install -U pip setuptools
            pip install stxmalign
        
        **Usage**
        
        Once the installation has finished just type on the command line:
        
        .. code:: bash
        	
            stxmAlign
        
        **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>`_.
        
            
        
Keywords: stxm images alignment
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
