22#ifndef INV_SOURCE_ESTIMATE_IO_H
23#define INV_SOURCE_ESTIMATE_IO_H
93 const QString& sPath);
InvSourceEstimate value type — central source-space data container produced by every INVLIB inverse s...
INVLIB library export/import macros, build-info accessors, and namespace docstring for the inverse-so...
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
Source-space inverse-solution container with dense grid plus optional focal-dipole,...
Extended I/O methods for InvSourceEstimate.
static InvSourceEstimate readCsv(const QString &sPath, char cDelim=',')
Read source estimate from CSV format.
static bool writeCsv(const InvSourceEstimate &stc, const QString &sPath, char cDelim=',')
Export source estimate to CSV format.
static bool writeMatrix(const InvSourceEstimate &stc, const QString &sPath)
Export source estimate as a tab-separated matrix for easy import.