Skip to main content

mne_convert_ctf_markers

Overview

mne_convert_ctf_markers converts CTF marker files to MNE event format. It parses the CTF marker classification format and outputs events as a text file with one event per line in sample 0 event_id format.

This is a C++ port of the original MNE-C tool by Matti Hämäläinen.

Usage

mne_convert_ctf_markers [options]

Options

OptionDescription
--markers <file>CTF marker file
--out <file>Output event file (text format)
--helpPrint help
--versionPrint version

Output Format

Each line contains three whitespace-separated values:

sample  0  event_id

Example

mne_convert_ctf_markers --markers MarkerFile.mrk --out events.txt

See Also