mne-tools / mne-tools/mne-python
Append functionality for AverageTFR
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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