Datasets:

bruAristimunha commited on
Commit
c1ec892
·
verified ·
1 Parent(s): b71b0eb

Metadata stub for ds006377

Browse files
Files changed (2) hide show
  1. README.md +75 -0
  2. eegdash.json +17 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "InclusionStudy"
3
+ license: cc0-1.0
4
+ tags:
5
+ - eeg
6
+ - neuroscience
7
+ - eegdash
8
+ - brain-computer-interface
9
+ - pytorch
10
+ - motor
11
+ size_categories:
12
+ - n<1K
13
+ task_categories:
14
+ - other
15
+ ---
16
+
17
+ # InclusionStudy
18
+
19
+ **Dataset ID:** `ds006377`
20
+
21
+ _Yucel2025_InclusionStudy_
22
+
23
+ > **At a glance:** FNIRS · Motor motor · unknown · 115 subjects · 690 recordings · CC0
24
+
25
+ ## Load this dataset
26
+
27
+ This repo is a **pointer**. The raw EEG data lives at its canonical source
28
+ (OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it
29
+ on demand and returns a PyTorch / braindecode dataset.
30
+
31
+ ```python
32
+ # pip install eegdash
33
+ from eegdash import EEGDashDataset
34
+
35
+ ds = EEGDashDataset(dataset="ds006377", cache_dir="./cache")
36
+ print(len(ds), "recordings")
37
+ ```
38
+
39
+ If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
40
+ you can also pull it directly:
41
+
42
+ ```python
43
+ from braindecode.datasets import BaseConcatDataset
44
+ ds = BaseConcatDataset.pull_from_hub("EEGDash/ds006377")
45
+ ```
46
+
47
+
48
+ ## Dataset metadata
49
+
50
+ | | |
51
+ |---|---|
52
+ | **Subjects** | 115 |
53
+ | **Recordings** | 690 |
54
+ | **Tasks (count)** | 6 |
55
+ | **Channels** | 52 (×690) |
56
+ | **Sampling rate (Hz)** | 10.172526041666666 (×643), 10.172526041666664 (×24), 10.172526041666668 (×21), 10.172526043256445 (×2) |
57
+ | **Size on disk** | 1.4 GB |
58
+ | **Recording type** | FNIRS |
59
+ | **Experimental modality** | Motor |
60
+ | **Paradigm type** | Motor |
61
+ | **Population** | Unknown |
62
+ | **Source** | openneuro |
63
+ | **License** | CC0 |
64
+
65
+ ## Links
66
+
67
+ - **DOI:** [10.18112/openneuro.ds006377.v1.0.2](https://doi.org/10.18112/openneuro.ds006377.v1.0.2)
68
+ - **OpenNeuro:** [ds006377](https://openneuro.org/datasets/ds006377)
69
+ - **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
70
+ - **Docs:** <https://eegdash.org>
71
+ - **Code:** <https://github.com/eegdash/EEGDash>
72
+
73
+ ---
74
+
75
+ _Auto-generated from [dataset_summary.csv](https://github.com/eegdash/EEGDash/blob/main/eegdash/dataset/dataset_summary.csv) and the [EEGDash API](https://data.eegdash.org/api/eegdash/datasets/summary/ds006377). Do not edit this file by hand — update the upstream source and re-run `scripts/push_metadata_stubs.py`._
eegdash.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "ds006377",
3
+ "title": "InclusionStudy",
4
+ "source": "openneuro",
5
+ "source_url": "https://openneuro.org/datasets/ds006377",
6
+ "doi": "10.18112/openneuro.ds006377.v1.0.2",
7
+ "license": "CC0",
8
+ "loader": {
9
+ "library": "eegdash",
10
+ "class": "EEGDashDataset",
11
+ "kwargs": {
12
+ "dataset": "ds006377"
13
+ }
14
+ },
15
+ "catalog": "https://huggingface.co/spaces/EEGDash/catalog",
16
+ "generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
17
+ }