Basic routines for reading, visualizing and analyzing fiberphotometry recordings.
-
install Anaconda.
-
clone the repository:
git clone https://github.com/GergelyTuri/fiberphotometry.git
Alternatively, you can download only the
environment.yamlfile. -
change directories
cd fiberphotometry -
Create a new environment by running the following lines in the anaconda terminal
conda env create -f environment.yaml
-
activte the environment:
conda activate fiber-photometry-analysis
-
finally:
pip install .or if you want to install the package in editable mode:
pip install -e .
-
clone the repository:
git clone https://github.com/GergelyTuri/fiberphotometry.git
-
change directories
cd fiberphotometry -
finally:
pip install .or if you want to install the package in editable mode:
pip install -e .
- The package can be used as a module in python scripts or jupyter notebooks. E.g.:
import src.fiberphotometry as fp-
open a Colab notebook then type this in a code cell:
!git clone https://github.com/GergelyTuri/fiberphotometry.git %cd fiberphotometry !pip install .
-
you may need to restart your runtime/session after this.
see environment.yaml or pyproject.toml files for the list of required packages.