Metadata-Version: 2.1
Name: pystem
Version: 0.0.20
Summary: A python module for segmentation of STEM images
Home-page: https://github.com/NingWang1990/pySTEM
Author: Ning Wang
Author-email: nwang@mpie.de
Maintainer: Ning Wang
Maintainer-email: nwang@mpie.de
License: GNU GPLv3
Description: # Automatic segmentation of STEM images
        
        Automatic segmentation of Scanning Transmission Electron Microscope (STEM) images based on the local-correlation-map descriptor
        
        ## Getting Started
        
        ### Prerequisites
        python 3, numpy, scikit-learn, fftw3 
        ### Installing
        via pip
        ```
        pip install pystem
        ```
        via source code
        ```
        git clone https://github.com/NingWang1990/pySTEM.git
        cd pySTEM/pySTEM
        python setup.py build
        python setup.py install --user
        ```
        
        ### How to use
        Examples can be found in the examples folder 
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
