Skip to content

Commit

Permalink
more relabelling
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGriffiths authored Dec 5, 2023
1 parent 20a0335 commit 9c7dd72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/visual_n170/01r__n170_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Images of faces and houses are shown in a rapid serial visual presentation (RSVP) stream.
The data used is the first subject and first session of the one of the eeg-notebooks N170 example datasets, recorded using the InteraXon MUSE EEG headset (2016 model).
The data used is the first subject and first session of the one of the eeg-expy N170 example datasets, recorded using the InteraXon MUSE EEG headset (2016 model).
This session consists of six two-minute blocks of continuous recording.
We first use the `fetch_datasets` to obtain a list of filenames. If these files are not already present
Expand Down Expand Up @@ -41,7 +41,7 @@
# Load Data
# ---------------------
#
# We will use the eeg-notebooks N170 example dataset
# We will use the eeg-expy N170 example dataset
#
# Note that if you are running this locally, the following cell will download
# the example dataset, if you do not already have it.
Expand Down
4 changes: 2 additions & 2 deletions examples/visual_p300/01r__p300_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This example demonstrates loading, organizing, and visualizing ERP response data from the visual P300 experiment. The experiment uses a visual oddball paradigm. Images of cats and dogs are shwn in a rapid serial visual presentation (RSVP) stream, with cats and dogs categorized respectively as 'targets' or 'non-targets', according to which has high or low probability of occurring, respectively.
The data used is the first subject and first session of the one of the eeg-notebooks P300 example datasets, recorded using the InteraXon MUSE EEG headset (2016 model). This session consists of six two-minute blocks of continuous recording.
The data used is the first subject and first session of the one of the eeg-expy P300 example datasets, recorded using the InteraXon MUSE EEG headset (2016 model). This session consists of six two-minute blocks of continuous recording.
We first use the `fetch_datasets` to obtain a list of filenames. If these files are not already present
in the specified data directory, they will be quickly downloaded from the cloud.
Expand Down Expand Up @@ -38,7 +38,7 @@
# Load Data
# ---------------------
#
# We will use the eeg-notebooks N170 example dataset
# We will use the eeg-expy N170 example dataset
#
# Note that if you are running this locally, the following cell will download
# the example dataset, if you do not already have it.
Expand Down

0 comments on commit 9c7dd72

Please sign in to comment.