Skip to content

meeg-cfin/meeg-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meeg-python

Various helper utilities for meeg-cfin-related scripts and notebooks.

Usage

After Installation (see below) you can, e.g.,

from meeg import extract_delays
# to plot trigger-to-light-flash delays and correct the associated events
events = extract_delays(fname_raw, return_values='events')

Installation

Install a fixed version

To permanently install a version into your personal python path, execute this in a terminal:

cd /path/to/meeg-python
pip install .

Install a development version

Note that the above needs to be executed every time you download a new version of the code. Since the code may change a lot, you may want to do this instead:

cd /path/to/meeg-python
pip install -e .

This way, if you update (e.g., by pulling changes from github) the meeg-python repository, the changes will be available to all of your scripts.

About

Python utilities and helper functions for meeg-cfin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published