.. This documentation page is generated during the Sphinx build. The underlying code is manually maintained and not autogenerated. eegdash.dataset.DS005523 ======================== participants.tsv (OpenNeuro ``ds005523``). 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 - ``DS005523`` * - Title - participants.tsv * - Year - 2024 * - Authors - Haydn G. Herrema, Michael J. Kahana * - License - CC0 * - Citation / DOI - `doi:10.18112/openneuro.ds005523.v1.0.1 `__ * - Source links - `OpenNeuro `__ | `NeMAR `__ | `Source URL `__ .. dropdown:: Copy-paste BibTeX :class-container: sd-shadow-sm :class-title: sd-bg-light .. code-block:: bibtex @dataset{ds005523, title = {participants.tsv}, author = {Haydn G. Herrema and Michael J. Kahana}, doi = {10.18112/openneuro.ds005523.v1.0.1}, url = {https://doi.org/10.18112/openneuro.ds005523.v1.0.1}, } 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: 50 (5), 182 (7), 80, 92, 123 (2), 188, 68 (3), 118 (4), 108 (2), 138 (2), 133 (3), 174 (2), 76 (2), 112, 120 (2), 180 (7), 64 (3), 144 (7), 156 (5), 110, 94 (2), 104 (2), 163, 109 (4), 88, 141 (4), 173, 124, 100 (2), 85 (2), 126 (6), 166 (7), 56 (5), 143, 87 (2) - Sampling rate (Hz): 499.7071 (2), 1000.0 (58), 500.0 (18), 999.0 (2), 1600.0 (22) - 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.ds005523.v1.0.1 .. grid-item-card:: Provenance :class-card: sd-border-1 - Source: openneuro - OpenNeuro: `ds005523 `__ - NeMAR: `ds005523 `__ Quickstart ---------- **Install** .. code-block:: bash pip install eegdash **Load a recording** .. code-block:: python from eegdash.dataset import DS005523 dataset = DS005523(cache_dir="./data") recording = dataset[0] raw = recording.load() **Filter/query** .. tab-set:: .. tab-item:: Basic .. code-block:: python dataset = DS005523(cache_dir="./data", subject="01") .. tab-item:: Advanced .. code-block:: python dataset = DS005523( 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.DS005523 :members: __init__, save :show-inheritance: :member-order: bysource See Also -------- * :class:`eegdash.dataset.EEGDashDataset` * :mod:`eegdash.dataset` * `OpenNeuro dataset page `__ * `NeMAR dataset page `__