Metadata-Version: 1.1
Name: dff_calc
Version: 0.1.0
Summary: Simple dF/F calculation for neural calcium traces
Home-page: https://github.com/PBLab/dFF-calc.git
Author: Hagai Har-Gil
Author-email: hagaihargil@protonmail.com
License: UNKNOWN
Description: dff_calc
        ========
        
        .. image:: https://img.shields.io/pypi/v/dff_calc.svg
            :target: https://pypi.python.org/pypi/dff_calc
            :alt: Latest PyPI version
        
        .. image:: https://travis-ci.org.png
           :target: https://travis-ci.org
           :alt: Latest Travis CI build status
        
        Simple dF/F calculation for neural calcium traces
        
        Usage
        -----
        1. ``from dff_calc import DffCalculator``
        2. Create an instance with an two-dimensional array, the rows being individual traces.
        3. Call ``.calc()`` on that instance.
        
        Installation
        ------------
        ``pip install dff-calc``
        
        Requirements
        ^^^^^^^^^^^^
        
        Compatibility
        -------------
        
        Licence
        -------
        
        
        Authors
        -------
        
        `dff_calc` was written by `Hagai Har-Gil <hagaihargil@protonmail.com>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
