Implementation of the CSV / matrix exporters and importer in INVLIB::InvSourceEstimateIO. More...
#include "inv_source_estimate_io.h"#include <QFile>#include <QTextStream>#include <QDebug>#include <QStringList>
Go to the source code of this file.
Implementation of the CSV / matrix exporters and importer in INVLIB::InvSourceEstimateIO.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
Implements buffered streaming readers and writers that walk the source-estimate row-by-row so very large estimates can be persisted without doubling memory. Handles configurable delimiters, header lines carrying vertex indices and graceful failure modes that return an empty estimate (rather than throwing) when the input file is malformed.
Definition in file inv_source_estimate_io.cpp.