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
| Option | Description |
|---|---|
--from <file> | Source FIFF file containing processing history |
--to <file> | Destination FIFF file (will be modified) |
--help | Print help |
--version | Print version |
Example
mne_copy_processing_history --from sam-ave.fif --to sam-new-ave.fif
See Also
- mne_evoked_data_summary — Print evoked data summary
- mne_change_baselines — Change baseline in evoked data