Skip to main content

mne_toggle_skips

Overview

mne_toggle_skips toggles skip tags in raw FIFF data. This modifies the file in-place, toggling FIFF_DATA_SKIP tags between active (skip) and inactive (unskip) states. Skip tags mark segments of raw data that should be excluded from processing.

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

Usage

mne_toggle_skips [options]

Options

OptionDescription
--raw <file>Input raw FIFF file (modified in-place)
--helpPrint help
--versionPrint version
caution

This tool modifies the file in-place. Make a backup before running.

Example

# Toggle all skip tags in a raw file
mne_toggle_skips --raw sam-raw.fif

See Also