Skip to content

Commit

Permalink
Fix #Trials / class in doc of Lee2019_SSVEP (NeuroTechX#548)
Browse files Browse the repository at this point in the history
* Fix #Trials / class in doc of Lee2019_SSVEP
(there are 25 trials/class/session and 2 sessions so 50 trials/class/subject)

* Update whats_new.rst
  • Loading branch information
PierreGtch authored Mar 9, 2024
1 parent fe2fce8 commit cb01265
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/dataset_summary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ SSVEP
:header: Dataset, #Subj, #Chan, #Classes, #Trials / class, Trials length, Sampling rate, #Sessions
:class: sortable

:class:`Lee2019_SSVEP`,54,62,4,25,4s,1000Hz,2
:class:`Lee2019_SSVEP`,54,62,4,50,4s,1000Hz,2
:class:`Kalunga2016`,12,8,4,16,2s,256Hz,1
:class:`MAMEM1`,10,256,5,12-15,3s,250Hz,1
:class:`MAMEM2`,10,256,5,20-30,3s,250Hz,1
Expand Down
1 change: 1 addition & 0 deletions docs/source/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Bugs
- Fix TRCA implementation for different stimulation freqs and for signal filtering (:gh:522 by `Sylvain Chevallier`_)
- Fix saving to BIDS runs with a description string in their name (:gh:`530` by `Pierre Guetschel`_)
- Fix import of keras BatchNormalization for TF 2.13 and higher (:gh:`544` by `Brian Irvine`_)
- Fix the doc summary tables of :class:`moabb.datasets.Lee2019_SSVEP` (:gh:`548` :gh:`547` :gh:`546` by `Pierre Guetschel`_)

API changes
~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion moabb/datasets/Lee2019.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ class Lee2019_SSVEP(Lee2019):
============= ======= ======= ========== ================= =============== =============== ===========
Name #Subj #Chan #Classes #Trials / class Trials length Sampling rate #Sessions
============= ======= ======= ========== ================= =============== =============== ===========
Lee2019_SSVEP 54 62 4 25 4s 1000Hz 2
Lee2019_SSVEP 54 62 4 50 4s 1000Hz 2
============= ======= ======= ========== ================= =============== =============== ===========
Dataset from Lee et al 2019 [1]_.
Expand Down

0 comments on commit cb01265

Please sign in to comment.