Daniel McCloy

Results 66 issues of Daniel McCloy

*(I can't tell if this issue belongs here, in waterbutler, or somewhere else, so forgive me / feel free to migrate this issue if it's in the wrong place)* When...

feature

cc @choldgraf When the CircleCI build is done here, it should demonstrate the "empty right-side TOC" on the MNE homepage and on the first page after that in the TOCtree...

Progress so far: - [x] `.compute_psd()` method for Raw, Epochs, Evoked yields Spectrum object - [x] supports method='welch' and method='multitaper' - [x] supports unaggregated welch via `average=False` - [x] supports...

EOSS4

In working on the API / implementation of `.plot_topomap()` for the new Spectrum class, I went to our existing API for inspiration. Turns out it's rather fragmented. Here's a table...

`plot_psds_topomap`, `plot_epochs_psd_topomap`, and `epochs.plot_psd_topomap` have a `bands` parameter that takes a list of tuples as input. The format is: ``` Length-2 tuples specify a single frequency and a subplot title...

ENH

``` ___________________________ test_make_forward_dipole ___________________________ mne/forward/tests/test_make_forward.py:422: in test_make_forward_dipole assert_allclose(dip_fit.pos, dip_test.pos, rtol=0, atol=1e-2, E AssertionError: E Not equal to tolerance rtol=0, atol=0.01 E position mismatch E Mismatched elements: 1 / 9 (11.1%)...

BUG

test_export_epochs_eeglab is failing on windows 3.9 pip and windows 3.10 pip pre https://dev.azure.com/mne-tools/mne-python/_build/results?buildId=21054&view=logs&j=dded70eb-633c-5c42-e995-a7f8d1f99d91&t=6a33d698-56da-505a-4bdd-64e49791e9d1&l=3242 #11006 may be the culprit? @cbrnr do you have time to look?

BUG

This issue is for planning changes to our 2D plotting capabilities ([roadmap link](https://mne.tools/dev/overview/roadmap.html?highlight=roadmap#id2)). As a starting point, here are (I think?) all the functions/methods that make 2D plots, grouped roughly...

**About a week before a new release**, make a PR that updates our pin of `pydata-sphinx-theme` to the theme's current `HEAD` commit, and do a full docs build (`[circle full]`)....

From the forum: https://mne.discourse.group/t/scaling-sensitivity-uv-mm/5079 The idea is that the raw data browser should have a way to take into account the DPI of the display when setting the signal scaling...

ENH