Skip to content

ekyn dataset

Andrew Smith edited this page Jun 27, 2023 · 1 revision

ekyn dataset


Description

  • Contains 16 subjects organized into directories named with IDs, shown in the following code block
ekyn
├── A1-0
├── A1-1
├── A4-0
├── B1-0
├── B3-1
├── C1-0
├── C4-0
├── C4-1
├── D1-0
├── E1-0
├── E2-1
├── E4-0
├── E4-1
├── F1-0
├── F1-1
└── F5-1
  • Each subject contains two sets of (edf,csv) file pairs corresponding to two experimental conditions (Vehicle and PF)
  • This means there are 64 total files, 32 (edf,csv) file pairs, 16 animals..
ekyn
├── A1-0
│   ├── PF.csv
│   ├── PF.edf
│   ├── Vehicle.csv
│   └── Vehicle.edf
├── A1-1
│   ├── PF.csv
│   ├── PF.edf
│   ├── Vehicle.csv
│   └── Vehicle.edf
...

Clone this wiki locally