Text-based and FIFF-based export/import for INVLIB::InvSourceEstimate that complement the binary STC / W format. More...


Go to the source code of this file.
Classes | |
| class | INVLIB::InvSourceEstimateIO |
| Extended I/O methods for InvSourceEstimate. More... | |
Namespaces | |
| namespace | INVLIB |
| Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting). | |
Text-based and FIFF-based export/import for INVLIB::InvSourceEstimate that complement the binary STC / W format.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
INVLIB::InvSourceEstimateIO adds CSV and tab-separated matrix export (and matching CSV import) on top of the built-in STC / W binary I/O of InvSourceEstimate. CSV output is intended for downstream spreadsheet, Python or R analysis where consumers cannot read the FreeSurfer-style STC blob, while the bare-matrix variant feeds plotting tools that only need the numeric grid. The file-row layout is one time sample per row with the leading column carrying the time in seconds, matching the convention used by mne-python's stc_to_csv helpers.
Definition in file inv_source_estimate_io.h.