v2.0.0
Loading...
Searching...
No Matches
inv_source_estimate_io.h File Reference

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

#include "inv_global.h"
#include "inv_source_estimate.h"
#include <QString>
Include dependency graph for inv_source_estimate_io.h:
This graph shows which files directly or indirectly include this file:

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).

Detailed Description

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.2.1
Date
May 2026

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.