Metadata stub for ds005522
Browse files- README.md +78 -0
- eegdash.json +17 -0
README.md
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: "Spatial Navigation Memory of Object Locations"
|
| 3 |
+
license: cc0-1.0
|
| 4 |
+
tags:
|
| 5 |
+
- ieeg
|
| 6 |
+
- neuroscience
|
| 7 |
+
- eegdash
|
| 8 |
+
- brain-computer-interface
|
| 9 |
+
- pytorch
|
| 10 |
+
- visual
|
| 11 |
+
- memory
|
| 12 |
+
size_categories:
|
| 13 |
+
- n<1K
|
| 14 |
+
task_categories:
|
| 15 |
+
- other
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Spatial Navigation Memory of Object Locations
|
| 19 |
+
|
| 20 |
+
**Dataset ID:** `ds005522`
|
| 21 |
+
|
| 22 |
+
_Herrema2024_Spatial_
|
| 23 |
+
|
| 24 |
+
> **At a glance:** IEEG · Visual memory · unknown · 55 subjects · 176 recordings · CC0
|
| 25 |
+
|
| 26 |
+
## Load this dataset
|
| 27 |
+
|
| 28 |
+
This repo is a **pointer**. The raw EEG data lives at its canonical source
|
| 29 |
+
(OpenNeuro / NEMAR); [EEGDash](https://github.com/eegdash/EEGDash) streams it
|
| 30 |
+
on demand and returns a PyTorch / braindecode dataset.
|
| 31 |
+
|
| 32 |
+
```python
|
| 33 |
+
# pip install eegdash
|
| 34 |
+
from eegdash import EEGDashDataset
|
| 35 |
+
|
| 36 |
+
ds = EEGDashDataset(dataset="ds005522", cache_dir="./cache")
|
| 37 |
+
print(len(ds), "recordings")
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
If the dataset has been mirrored to the HF Hub in braindecode's Zarr layout,
|
| 41 |
+
you can also pull it directly:
|
| 42 |
+
|
| 43 |
+
```python
|
| 44 |
+
from braindecode.datasets import BaseConcatDataset
|
| 45 |
+
ds = BaseConcatDataset.pull_from_hub("EEGDash/ds005522")
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
## Dataset metadata
|
| 50 |
+
|
| 51 |
+
| | |
|
| 52 |
+
|---|---|
|
| 53 |
+
| **Subjects** | 55 |
|
| 54 |
+
| **Recordings** | 176 |
|
| 55 |
+
| **Tasks (count)** | 1 |
|
| 56 |
+
| **Channels** | 133 (×8), 110 (×8), 88 (×7), 120 (×7), 72 (×6), 188 (×6), 173 (×6), 126 (×6), 108 (×5), 56 (×5), 46 (×4), 128 (×4), 127 (×4), 68 (×4), 112 (×4), 64 (×4), 144 (×3), 146 (×3), 92 (×3), 123 (×3), 186 (×3), 124 (×3), 50 (×3), 104 (×3), 182 (×3), 86 (×3), 160 (×2), 59 (×2), 180 (×2), 138 (×2), 163 (×2), 85 (×2), 75 (×2), 140 (×2), 111 (×2), 70 (×2), 130 (×2), 63 (×2), 170 (×2), 96 (×2), 166 (×2), 158 (×2), 118 (×2), 100 (×2), 90 (×1), 54 (×1), 151 (×1), 105 (×1), 109 (×1), 94 (×1), 149 (×1), 172 (×1), 122 (×1), 174 (×1), 76 (×1), 78 (×1), 178 (×1), 84 (×1), 165 (×1), 125 (×1), 177 (×1), 169 (×1), 136 (×1), 80 (×1), 60 (×1), 116 (×1) |
|
| 57 |
+
| **Sampling rate (Hz)** | 1000 (×70), 500 (×61), 1600 (×26), 999 (×13), 2000 (×4), 1999 (×2) |
|
| 58 |
+
| **Total duration (h)** | 145.2 |
|
| 59 |
+
| **Size on disk** | 107.5 GB |
|
| 60 |
+
| **Recording type** | IEEG |
|
| 61 |
+
| **Experimental modality** | Visual |
|
| 62 |
+
| **Paradigm type** | Memory |
|
| 63 |
+
| **Population** | Unknown |
|
| 64 |
+
| **Source** | openneuro |
|
| 65 |
+
| **License** | CC0 |
|
| 66 |
+
| **NEMAR citations** | 0.0 |
|
| 67 |
+
|
| 68 |
+
## Links
|
| 69 |
+
|
| 70 |
+
- **DOI:** [10.18112/openneuro.ds005522.v1.0.0](https://doi.org/10.18112/openneuro.ds005522.v1.0.0)
|
| 71 |
+
- **OpenNeuro:** [ds005522](https://openneuro.org/datasets/ds005522)
|
| 72 |
+
- **Browse 700+ datasets:** [EEGDash catalog](https://huggingface.co/spaces/EEGDash/catalog)
|
| 73 |
+
- **Docs:** <https://eegdash.org>
|
| 74 |
+
- **Code:** <https://github.com/eegdash/EEGDash>
|
| 75 |
+
|
| 76 |
+
---
|
| 77 |
+
|
| 78 |
+
_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/ds005522). 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": "ds005522",
|
| 3 |
+
"title": "Spatial Navigation Memory of Object Locations",
|
| 4 |
+
"source": "openneuro",
|
| 5 |
+
"source_url": "https://openneuro.org/datasets/ds005522",
|
| 6 |
+
"doi": "10.18112/openneuro.ds005522.v1.0.0",
|
| 7 |
+
"license": "CC0",
|
| 8 |
+
"loader": {
|
| 9 |
+
"library": "eegdash",
|
| 10 |
+
"class": "EEGDashDataset",
|
| 11 |
+
"kwargs": {
|
| 12 |
+
"dataset": "ds005522"
|
| 13 |
+
}
|
| 14 |
+
},
|
| 15 |
+
"catalog": "https://huggingface.co/spaces/EEGDash/catalog",
|
| 16 |
+
"generated_by": "huggingface-space/scripts/push_metadata_stubs.py"
|
| 17 |
+
}
|