Skip to content

faustrp/fibermagic

 
 

Repository files navigation

fibermagic

# Test comment by James Hanks .. image:: https://img.shields.io/travis/Goreg12345/fibermagic.svg

target:https://travis-ci.org/Goreg12345/fibermagic

Python package for Fiber Photometry Data Analysis

Features

  • demodulate: removes photobleaching and drift from the signal and removes artifacts

Installation for users

To install fibermagic, run this command in your terminal:

$ pip install fibermagic

Installation for developers

To install fibermagic, along with the tools you need to develop and run tests, clone this repository and run the following in your virtualenv in the base directory of the repository:

$ python3 -m pip install -e .
$ python3 -m pip install --upgrade -r requirements_dev.txt

The first command installs fibermagic in the active environment and creates symlinkes to the source code. The second command installs additional dependencies for testing and documentation.

To run the tests, run the following command:

$ python3 -m pytest

Install pre-commit hooks

$ pre-commit install

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.1%
  • Other 0.9%