Metadata-Version: 2.1
Name: modelTissueFlow
Version: 3.0
Summary: tissue-flow-analysis
Home-page: https://github.com/HiBandan/modelTissueFlow
Author: Bandan Chakrabortty
Author-email: bandan13@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE

# modelTissueFlow

This is a program for analyzing time series movies for computing tissue velocity (PIV) and other signals (myosin)

Application: https://www.biorxiv.org/content/10.1101/2022.07.13.499934v1

## Note

Testing and contributing is very welcome, especially if you can contribute with new algorithms and features.

## Installing

Use PyPI (<https://pypi.org/project/modelTissueFlow/>):

    pip install modelTissueFlow

## To build from source

Option 1: Download the package from the Github:https://github.com/HiBandan/modelTissueFlow/archive/refs/heads/main.zip

    python setup.py install 
    
Option 2: Clone from terminal: 

    git clone https://github.com/HiBandan/modelTissueFlow.git

    python setup.py install 

## Testing the package

An example of use of this package can be found in the folder: example (https://github.com/HiBandan/modelTissueFlow)


