一键导入
xdf
XDF (.xdf) — Extensible Data Format from LSL recordings
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
XDF (.xdf) — Extensible Data Format from LSL recordings
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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 | xdf |
| description | XDF (.xdf) — Extensible Data Format from LSL recordings |
| layer | L0 |
| group | consumer_eeg |
| metadata | {"tags":["io","xdf","lsl","recording","multi_stream"],"formats":[".xdf"],"modalities":["eeg","meg","fnirs","spike"]} |
XDF is the offline storage format for LSL-recorded streams. Stores multiple parallel streams (EEG + Markers + Audio + ...) with per-stream metadata + per-sample timestamps with LSL clock-correction.
Primary: pyxdf.load_xdf(path). EEG-only path: mne.io.read_raw_xdf
(if installed).
pyxdf returns timestamps already clock-corrected
to a common LSL clock; check that the marker stream's timestamps align.- load:xdf,stream=EEG
lsl_stream: live-stream version; XDF is the recorded archive.