.. This file is auto-generated during the Sphinx build. Do not edit by hand; changes will be overwritten. eegdash.dataset.DS001785 ======================== .. currentmodule:: eegdash.dataset .. autoclass:: eegdash.dataset.DS001785 :members: :undoc-members: :show-inheritance: :inherited-members: :member-order: bysource Dataset Information ------------------- - **Dataset ID:** ``DS001785`` - **Summary:** Modality: Tactile | Type: Perception | Subjects: Healthy - **Number of Subjects:** 18 - **Number of Recordings:** 54 - **Number of Tasks:** 3 - **Number of Channels:** 63 - **Sampling Frequencies:** 1000,1024 - **Total Duration (hours):** 14.644 - **Dataset Size:** 27.86 GB - **OpenNeuro:** `ds001785 `__ - **NeMAR:** `ds001785 `__ ========= ======= ======= ========== ========== ============= ======== dataset #Subj #Chan #Classes Freq(Hz) Duration(H) Size ========= ======= ======= ========== ========== ============= ======== ds001785 18 63 3 1000,1024 14.644 27.86 GB ========= ======= ======= ========== ========== ============= ======== Usage Example ------------- .. code-block:: python from eegdash.dataset import DS001785 dataset = DS001785(cache_dir="./data") print(f"Number of recordings: {len(dataset)}") if len(dataset): recording = dataset[0] raw = recording.load() print(f"Sampling rate: {raw.info['sfreq']} Hz") print(f"Channels: {len(raw.ch_names)}") See Also -------- * :class:`eegdash.dataset.EEGDashDataset` * :mod:`eegdash.dataset` * `OpenNeuro dataset page `__ * `NeMAR dataset page `__