Skip to main content

mne_copy_processing_history

Overview

mne_copy_processing_history copies the processing history block from one FIFF file to another. Processing history records the sequence of operations applied to the data, and this tool allows transferring that provenance information between files.

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

Usage

mne_copy_processing_history [options]

Options

OptionDescription
--from <file>Source FIFF file containing processing history
--to <file>Destination FIFF file (will be modified)
--helpPrint help
--versionPrint version

Example

mne_copy_processing_history --from sam-ave.fif --to sam-new-ave.fif

See Also