mne-tools / mne-tools/mne-python

Concatenate mne.Reports

Open
#12,858 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

ENH
Dominant language
Python
Stars
3.5k
Forks
1.6k
Avg merge
1d 6h
Merged PRs (30d)
100

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by examining how mne.Report objects are loaded and built, then define how reports from multiple runs should be combined; done means loaded per-run reports can be concatenated into one subject report without rewriting the pipeline.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-visualization
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.