mne-tools / mne-tools/mne-python

Append functionality for AverageTFR

Open
#8,994 3 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

Similar to how Raw instances can be appended together, I was wondering if it is possible to include that for AverageTFR. Running instances separately, and it's useful for me to append these together in my workflo.w

Describe your proposed implementation

Essentially take Raw.append and copy it over with additional checks on the frequency axis.

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

Start by locating the existing Raw.append implementation and the AverageTFR entry point. Compare how their frequency axes are represented and identify the compatibility checks needed for combining separate instances. Done means compatible AverageTFR instances can be appended while incompatible frequency axes are rejected, with tests covering both cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.