Skip to content

Vision Physiology --- code for experimental setups and analysis pipelines to study cellular and network physiology in visual circuits --- 🎥 🔧 💽

License

Notifications You must be signed in to change notification settings

yzerlaut/old_physion

Repository files navigation

physion logo

physion -- Vision Physiology

Code for experimental setups and analysis pipelines to study cellular and network physiology in visual cortical circuits


The software is organized into several modules to perform the acquisition, the preprocessing, the visualization and the analysis of multimodal recordings (see Documentation below).

Software screenshot


Install

  1. Install a python distribution for scientific analysis:

    get the latest Miniconda distribution and install it on your home folder.

  2. Run the following in the Anaconda prompt:

    clone the repository using git:

    git clone https://github.com/yzerlaut/physion --recurse-submodules
    

    to create the physion environment and perform the installation, run:

    cd physion
    conda env create -f environment.yml
    

    For an installation on an acquisition setup, see the dedicated instructions

Getting started

After the installation, the program is the launched from the Anaconda prompt by typing:

conda activate physion	
python -m physion

Modules and documentation

The different modules of the software are documented in the following links:

Troubleshooting / Issues

Use the dedicated Issues interface of Github.

About

Vision Physiology --- code for experimental setups and analysis pipelines to study cellular and network physiology in visual circuits --- 🎥 🔧 💽

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published