Metadata-Version: 1.1
Name: multipletau_cor_tttr
Version: 0.1.2
Summary: Library for correlation of time-tagged time-resolved photon data for fluorescence correlation spectroscopy (FCS) analysis.
Home-page: http://testpypi.python.org/pypi/multipletau_cor_tttr/
Author: Anders Barth
Author-email: anders.barth@gmail.com
License: MIT
Description: =======
        multipletau_cor_tttr
        =======
        
        ----------------
        What is multipletau_cor_tttr?
        ----------------
        
        multipletau_cor_tttr is a python package for the correlation of time-tagged time-resolved single photon counting data.
        It provides efficient code for the computation of correlation function using a multiple-tau scheme for the timelag.
        
        multipletau_cor_tttr can be applied to any single photon counting data that is represented as an array of arrival times.
        
        ---------------------
        How do I use the library?
        ---------------------
        
        Simply import the CCF function from multipletau_cor_tttr:
        
        from multipletau_cor_tttr.correlate import CCF
Keywords: FCS Fluorescence Correlation Spectroscopy Single Photon Counting TTTR Multiple-tau algorithm
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
