Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concatenate mne.Reports #12858

Open
sappelhoff opened this issue Sep 17, 2024 · 1 comment
Open

Concatenate mne.Reports #12858

sappelhoff opened this issue Sep 17, 2024 · 1 comment
Labels

Comments

@sappelhoff
Copy link
Member

sappelhoff commented Sep 17, 2024

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 sappelhoff added the ENH label Sep 17, 2024
@larsoner
Copy link
Member

No opposition in principle. In practice might be tricky because of DOM stuff, templating, and dealing with potential duplicates. But first supporting the case where there are no duplicates in the DOM IDs I think it shouldn't be too bad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants