Metadata-Version: 2.1
Name: pyspeckle
Version: 0.3.1
Summary: Routines for analysis of laser speckle
Home-page: https://github.com/scottprahl/pyspeckle.git
Author: Scott Prahl
Author-email: scott.prahl@oit.edu
License: MIT
Description: pyspeckle
        =========
        
        A basic collection of routines to track and analyze laser speckle.  This is a python
        version of SimSpeckle Matlab Package by Duncan and Kirkpatrick.  
        
        This is a preliminary release that has implemented::
        
        * 1D exponential and gaussian speckle 
        * 2D speckle algorithms
        
        For documentation and examples, visit <https://pyspeckle2.readthedocs.io>
        
        Installation
        ------------
        
        The `pyspeckle` package can be installed via `pip`::
        
            pip install pyspeckle
        
        Alternatively you can clone the repository::
        
            git clone https://github.com/scottprahl/pyspeckle.git
        
        and add the `pyspeckle` directory to your PYTHONPATH
        
        
        License
        -------
        
        pyspeckle is licensed under the terms of the MIT license.
Keywords: speckle,objective,subjective,contrast,size,autocorrelation,ACF,PDF,laser
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.4
Description-Content-Type: text/x-rst
