Skip to content

Bacci-Lab/VISUALPIPE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

181 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VISUALPIPE

A pipeline for analyzing neurophysiology recordings in the presence of visual stimulation

Setting up the environmenet

  1. Open your command prompt (miniforge prompt for example) and navigate to the directory where the file 'requirements.txt' is located with cd path\to\your\project.

  2. Create a new virtual environment with conda or mamba:

conda create --name visualpipe python=3.12
  1. Activate the environment:
conda activate visualpipe
  1. Install libraries to the environment:
pip install -r requirements.txt

About

A pipeline for analyzing neurophysiology recordings in the presence of visual stimulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 90.9%
  • Jupyter Notebook 9.1%