Skip to content

Commit

Permalink
New version of the DatasetEphy
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneCmb committed Feb 2, 2021
1 parent 18d4e24 commit 2da73ef
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 610 deletions.
7 changes: 4 additions & 3 deletions frites/dataset/__init__.py
@@ -1,7 +1,8 @@
"""Multi-subjects container.
"""Containers of electrophysiological data.
The datasets are used to merge the data coming from multiple subjects. Several
input types are supported (NumPy, MNE, Xarray).
This submodule includes containers for the neurophysiological data either for
a single-subject or multiple subjects. Several input types are supported
(NumPy, MNE, Xarray).
"""
from .suj_ephy import SubjectEphy # noqa
from .ds_ephy import DatasetEphy # noqa

0 comments on commit 2da73ef

Please sign in to comment.