.. This documentation page is generated during the Sphinx build. The underlying code is manually maintained and not autogenerated. eegdash.dataset.DS006914 ======================== participants.tsv (OpenNeuro ``ds006914``). Access recordings and metadata through EEGDash. .. rst-class:: sd-badges :bdg-light:`Modality: ['ieeg']` :bdg-light:`Tasks: 0` :bdg-light:`License: CC0` :bdg-light:`Subjects: 0` :bdg-light:`Recordings: 0` :bdg-light:`Source: openneuro` Dataset Information ------------------- .. list-table:: :widths: 25 75 :header-rows: 0 * - Dataset ID - ``DS006914`` * - Title - participants.tsv * - Year - Unknown * - Authors - Ryuzaburo Kochi, Aya Kanno, Hiroshi Uda, Keisuke Hatano, Masaki Sonoda, Hidenori Endo, Michael Cools, Robert Rothermel, Aimee F. Luat, Eishi Asano * - License - CC0 * - Citation / DOI - `doi:10.18112/openneuro.ds006914.v1.0.3 `__ * - Source links - `OpenNeuro `__ | `NeMAR `__ | `Source URL `__ .. dropdown:: Copy-paste BibTeX :class-container: sd-shadow-sm :class-title: sd-bg-light .. code-block:: bibtex @dataset{ds006914, title = {participants.tsv}, author = {Ryuzaburo Kochi and Aya Kanno and Hiroshi Uda and Keisuke Hatano and Masaki Sonoda and Hidenori Endo and Michael Cools and Robert Rothermel and Aimee F. Luat and Eishi Asano}, doi = {10.18112/openneuro.ds006914.v1.0.3}, url = {https://doi.org/10.18112/openneuro.ds006914.v1.0.3}, } Highlights ---------- .. grid:: 1 2 3 3 :gutter: 2 .. grid-item-card:: Subjects & recordings :class-card: sd-border-1 - Subjects: 0 - Recordings: 0 - Tasks: 0 .. grid-item-card:: Channels & sampling rate :class-card: sd-border-1 - Channels: 154 (3), 112 (6), 136 (19), 134 (4), 156 (5), 144 (3), 130 (4), 150 (5), 58, 110 (6), 64 (2), 140 (8), 148 (4), 84 (3), 160 (3), 152 (3), 128 (245), 138 (19), 96 (3), 164 (4), 118 (3) - Sampling rate (Hz): 1000.0 - Duration (hours): 0 .. grid-item-card:: Tasks & conditions :class-card: sd-border-1 - Tasks: 0 - Experiment type: Unknown - Subject type: Unknown .. grid-item-card:: Files & format :class-card: sd-border-1 - Size on disk: Unknown - File count: Unknown - Format: Unknown .. grid-item-card:: License & citation :class-card: sd-border-1 - License: CC0 - DOI: doi:10.18112/openneuro.ds006914.v1.0.3 .. grid-item-card:: Provenance :class-card: sd-border-1 - Source: openneuro - OpenNeuro: `ds006914 `__ - NeMAR: `ds006914 `__ Quickstart ---------- **Install** .. code-block:: bash pip install eegdash **Load a recording** .. code-block:: python from eegdash.dataset import DS006914 dataset = DS006914(cache_dir="./data") recording = dataset[0] raw = recording.load() **Filter/query** .. tab-set:: .. tab-item:: Basic .. code-block:: python dataset = DS006914(cache_dir="./data", subject="01") .. tab-item:: Advanced .. code-block:: python dataset = DS006914( cache_dir="./data", query={"subject": {"$in": ["01", "02"]}}, ) Quality & caveats ----------------- - No dataset-specific caveats are listed in the available metadata. API --- .. currentmodule:: eegdash.dataset .. autoclass:: eegdash.dataset.DS006914 :members: __init__, save :show-inheritance: :member-order: bysource See Also -------- * :class:`eegdash.dataset.EEGDashDataset` * :mod:`eegdash.dataset` * `OpenNeuro dataset page `__ * `NeMAR dataset page `__