Moritz Gerster

Results 8 issues of Moritz Gerster

### Summary Using a common average projection currently only works for EEG data. It should also be available for intracranial data. This PR tries to solve it. #### What is...

Dear MNE_BIDS Team, Thank you for writing great software to easily handle data standardization! 😊 Everything works fine but our research group is struggling with one annoying bug that is...

bug

The [doc](https://smaranjitghose.github.io/awesome-portfolio-websites/gs/#education-page) gives the instructions: > To change the formal education details : > Add your institute images to assets -> images -> education-page folder I added an image "TU.png"...

I would like to add the following social media icons to my profile: - **Google Scholar** - **YouTube** - (Orcid https://orcid.org/) - (Researchgate https://www.researchgate.net/) They have often been the topic...

When I open my website [moritz-gerster.com](moritz-gerster.com) on my computer, my name "Moritz Gerster" is written correctly. If I open the same website on my phone, my name is misspelled to...

### Describe the new feature or enhancement Currently, it is basically impossible to use `raw.compute_psd(method="multitaper", bandwidth=1)`. For long data, it calculates hundreds of DPSS windows and therefore it takes way...

ENH

I have tried several different versions of seaborn, pandas, and numpy but I simply do not get it to work. The requirements.txt states ``` numpy>=1.12.1 seaborn>=0.9.0,=2.2.2 pandas>=0.23.0,=1.1.0 statsmodels packaging ```...

### Description of the problem Using `n_overlap` only works if there are no good data segments shorter than `n_overlap`: ```Python n_fft = int(raw.info["sfreq"]) n_per_seg = n_fft n_overlap = n_fft //...

BUG