mne-python icon indicating copy to clipboard operation
mne-python copied to clipboard

Concatenate mne.Reports

Open sappelhoff opened this issue 5 months ago • 1 comments

Describe the new feature or enhancement

I have a pipeline that creates an mne.Report per subject and per "run". I made up my mind "after the fact" and now want to combine the "runs" per subject in a single report.

It would therefore be nice if I could simply load the reports, and concatenate them into a single report.

Describe your proposed implementation

Not sure how the specifics of this would work.

Describe possible alternatives

The alternative is, that I re-write my pipeline to write one report per subject, including all "runs", from the beginning.

Additional context

No response

sappelhoff avatar Sep 17 '24 12:09 sappelhoff