Skip to content

Commit 2da73ef

Browse files
committed
New version of the DatasetEphy
1 parent 18d4e24 commit 2da73ef

File tree

4 files changed

+351
-610
lines changed

4 files changed

+351
-610
lines changed

frites/dataset/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
"""Multi-subjects container.
1+
"""Containers of electrophysiological data.
22
3-
The datasets are used to merge the data coming from multiple subjects. Several
4-
input types are supported (NumPy, MNE, Xarray).
3+
This submodule includes containers for the neurophysiological data either for
4+
a single-subject or multiple subjects. Several input types are supported
5+
(NumPy, MNE, Xarray).
56
"""
67
from .suj_ephy import SubjectEphy # noqa
78
from .ds_ephy import DatasetEphy # noqa

0 commit comments

Comments
 (0)