recover_recording
Recover EEG signal data from an interrupted recording by converting the orphaned .eegmcp.json header into a .fif file, salvaging what was captured before the process died.
Instructions
Finish a recording whose process died before it could be closed.
Samples are appended to disk as they arrive and the header is written up
front, precisely so an interrupted session is not lost. Point this at the
orphaned .eegmcp.json header to convert what was captured into a .fif.
Events are not recoverable -- they lived in memory -- so the resulting file carries signal without annotations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| header_path | Yes | Path to the ``<stem>.eegmcp.json`` left behind. | |
| keep_sidecar | No | Keep the raw files after conversion. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||