Skip to content

Feedback and stimulation gui for real time experiment control

License

Notifications You must be signed in to change notification settings

LorenFrankLab/fsgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fsgui

Feedback and stimulation gui for real time experiment control

Installing FSGui locally via pip.

We want to install fsgui along with its dependencies. After cloning the repository, navigate to the directory that contains setup.py and run the command pip install --editable . to install locally. Now you can run python -m fsgui to start up fsgui independently of Trodes.

# create and activate environment
conda create -n fsgui python=3.10
conda activate fsgui

git clone https://github.com/LorenFrankLab/fsgui
cd fsgui

# install package locally with dependencies
pip install --editable .

Running

python -m fsgui

Documentation

Full documentation is located in a separate location.

About

Feedback and stimulation gui for real time experiment control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published