freq-tag

A Python package facilitating the analysis of frequency-tagging data


License
BSD-3-Clause
Install
pip install freq-tag==0.0.1

Documentation

GHActions Codecov CircleCI

freq-tag - A template for mne-python compatible extensions

freq-tag is a template project for mne-python compatible extensions.

Thank you for cleanly contributing to the mne-python ecosystem!

Refer to the documentation to modify the template for your own mne-python extension or follow this quick reference:

$ git clone https://github.com/Frequency-Tagging/freq-tag.git mne-foo
$ cd mne-foo
$ # update mne_project_template_bootstrap.sh
$ bash mne_project_template_bootstrap.sh
$ rm mne_project_template_bootstrap.sh
$ rm -rf .git
$ git init && git add . && git commit -m 'Initial commit'
$ git remote add origin https://github.com/your_remote/mne-foo.git
$ git push origin master
$ # Activate all CIs