with one click
edf
European Data Format (.edf) — clinical EEG / sEEG / PSG standard
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
European Data Format (.edf) — clinical EEG / sEEG / PSG standard
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Neurodata Without Borders (.nwb) — the de-facto standard for in-vivo electrophysiology (Neuropixels / AIBS / DANDI / IBL)
Index of L0 data-format loader skills by family
Index of all L2 paradigm skills by group + analysis_goal → paradigm matrix
Two-phase BCI data preprocessing pipeline: deep-inspect → plan → propose → user confirm → automated code/execute/QC/export
BIDS-iEEG sidecar (*_channels.tsv / *_electrodes.tsv / *_coordsystem.json / *_ieeg.json) — clinical sEEG / ECoG standard
Multiscale Electrophysiology Format v3 (Mayo Clinic) — long-duration encrypted sEEG
| name | edf |
| description | European Data Format (.edf) — clinical EEG / sEEG / PSG standard |
| layer | L0 |
| group | consumer_eeg |
| metadata | {"tags":["io","edf","european_data_format","clinical","psg"],"formats":[".edf",".edf+",".bdf"],"modalities":["eeg","seeg","ecog"]} |
EDF (Kemp 1992) is the most widely used clinical EEG format. EDF+ adds asynchronous events. BDF is the 24-bit BioSemi variant. Sleep / PSG labs, epilepsy units, and many BIDS-iEEG deposits use EDF as the data file.
Primary: mne.io.read_raw_edf / mne.io.read_raw_bdf.
- load:edf
Hands off to MNE's reader; dispatcher handles modality inference from
channel-naming + sample rate. See bci/pipeline/SKILL.md
Step 1.
fif: MNE-native; preferred for MEG.brainvision: Brain Products vendor format; comparable consumer EEG.bids_ieeg: BIDS sidecar overlay (EDF is the data file).