Skip to content

Commit e3c8931

Browse files
committed
the initial process for syncing the EEG/ET Q1K SSVEP task.. and some beginnings of BIDS stuff.
1 parent 2084ee9 commit e3c8931

File tree

7 files changed

+7587
-1656697
lines changed

7 files changed

+7587
-1656697
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,8 @@ dmypy.json
131131

132132
# data
133133
sourcedata/
134+
sub-*/
135+
participants.json
136+
participants.tsv
137+
dataset_description.json
138+
README

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# q1k_eeget_init
22
Initialization code for the EEG/ET data from the Q1K project.
3+
4+
# setup
5+
6+
Assumes that https://github.com/jadesjardins/mne-python.git is a fork of [email protected]:scott-huberty/mne-python.git
7+
8+
git clone https://github.com/lina-usc/q1k_eeget_init.git
9+
cd q1k_eeget_init
10+
git clone https://github.com/jadesjardins/mne-python.git
11+
cd mne-python
12+
git remote add scotts_fork [email protected]:scott-huberty/mne-python.git
13+
git fetch scotts_fork
14+
git checkout --track scotts_fork/mne-eyetrack_revisions
15+
cd ..
16+
python3 -m venv env
17+
source env/bin/activate
18+
python -m pip install --upgrade pip
19+
pip install -r mne-python/requirements.txt
20+
pip install -e mne-python
21+
pip install -r requirements.txt
22+
pip install -e .
23+
python -m ipykernel install --user --name q1k_init_kernel
24+

0 commit comments

Comments
 (0)