Metadata-Version: 1.1
Name: multipletau
Version: 0.1.5
Summary: A multiple-tau algorithm for Python/NumPy.
Home-page: https://github.com/FCS-analysis/multipletau
Author: Paul Müller
Author-email: paul.mueller@biotec.tu-dresden.de
License: BSD (3 clause)
Description: Multipe-tau correlation is computed on a logarithmic scale (less
        data points are computed) and is thus much faster than conventional
        correlation on a linear scale such as `numpy.correlate`.
        
        Reference
        =========
        The code is fully documented. An online reference is available
        at http://FCS-analysis.github.io/multipletau/.
        
        
        Installation
        ============
        The package can be installed from the Python package index.
        
            pip install multipletau
        
        
Keywords: multiple,tau,FCS,correlation,spectroscopy,fluorescence
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
