Skip to content

bioelectric-interfaces/nfb_studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

186 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFB Studio

NFB Studio allows you to design and execute experiments in real-time EEG/MEG paradigm. Built on top of NFB Lab, this application allows for a more intuitive experiment design.

Installation

Prerequisites: python, git, optionally conda.
Warning: NFB Studio requires you install some outdated versions of packages. Consider installing it in a virtual enviroment, using tools such as venv or conda. For example, if using conda, create and activate a new environment by running these commands first:

conda create -n nfb_studio python pip
conda activate nfb_studio

Regardless of whether you are using a virtual environment, clone this repository and install the package in editable mode by running:

git clone https://github.com/bioelectric-interfaces/nfb_studio
cd nfb_studio
pip install -e .

Running the experiment designer

After installation, NFB Studio can be run by using the following command:

nfb-studio

NFB Studio will also open an experiment right away if you specify the path in the command line:

nfb-studio experiment-file.nfbex

If you are experiencing sudden crashes, you may want to run NFB Studio in debug mode:

# Either one works
nfb-studio-d
python -m nfb_studio

About

NFB experiment designer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages