Metadata-Version: 1.1
Name: peri
Version: 0.1.1
Summary: Parameter Extraction from the Reconstruction of Images
Home-page: http://github.com/peri-source/peri/
Author: Matt Bierbaum, Brian Leahy
Author-email: UNKNOWN
License: MIT License
Description: PERI : Parameter Extraction from Reconstruction of Images
        =========================================================
        
        A software which implements the generalized framework of extracting parameters
        (e.g. locations and properties of objects in an image) by full reconstruction
        of experimental images. The general framework is built on combining components
        (e.g. illumination field, background, particles, point-spread function) into a
        model which is then optimized given data.
        
        
        Installation
        ------------
        
        Very straightforward, simply use distutils' setup.py:
        
            python setup.py install
        
        Testing
        -------
        
        Testing is done through nose, and can be performed with:
        
            nosetests
        
        Documentation
        -------------
        
        Currently, the documentation is hosted at https://peri-source.github.io/peri-docs/
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Physics
