Skip to content
#

meg

Here are 77 public repositories matching this topic...

larsoner
larsoner commented Mar 4, 2020

See mne-tools/mne-python#6262 (comment) :

seeing this in a example I would suggest to add a method Covariance.plot_topomap(info) to display the topomap of diagonal. this would simplify this example a lot

This will hopefully just require some short function in mne/viz/topomap.py. Even using the EvokedArray approach seems okay since it's pretty straigh

schoffelen
schoffelen commented Mar 11, 2020

Reported by @britta-wstnr by e-mail:

Documenting and taking it from here

  1. we just came across some unexpected behavior (helping a student today) with ft_prepare_sourcemodel(). If we warp an MNI template, inwardshift has no effect - is that because that would shift grid points to the wrong positions after warping?

  2. We often see problems with not inwardshifted sources when using the ope

sab-d
sab-d commented Feb 21, 2020

Hi,

I was wondering if there's a mistake in the FAQ section of the documentation ("Should I apply ICA first or autoreject first?").
According to the MNE docs the reject parameter in ica.fit() only applies to an instance of Raw, not Epochs.
However, here ica.fit() is used with reject on epochs several times, e.g.:

>>> reject = get_rejection_threshold(epochs)
>>> ica.fit(epo
jasmainak
jasmainak commented Oct 24, 2019

I was trying to help someone use alphaCSC and realized that it's not straightforward to understand which class to use when. We are also missing some guidelines how to tweak certain parameters (e.g., which solver to choose?).

Empirically it seems that LGCD is better but it is not possible to use it from learn_d_z. I think this function should be deprecated and either GreedyCDL or `BatchCDL

blakecaldwell
blakecaldwell commented Jan 23, 2020

Right now all OS installs of HNN require a git clone. This conflates user installs with developer workflow. It would be nice if the install was a self-executable file for Windows and a .pkg for Mac. The number of binary downloads would be easy to track. Developer code pulls would still be tracked by git clones and upgrades could be tracked by Docker Hub downloads.

Remi-Gau
Remi-Gau commented Aug 18, 2019

We want the web-app to automatically generate a method section.

We therefore need to have some template or boilerplate method section with empty placeholders to be filled in by the different options chosen by users when they fill the list.

This requires writing those boilerplate texts for each activity of the checklist.

  • This might need identifying which set of items can be grouped tog

These C/C++ source files consist of 150 classes, 300,000 lines of code, excluding a Qt-based user interface. Its functionality includes: GLM-statistics, hierarchical clustering, (non)-linear optimization, L1 and L2 norm minimization, Hungarian algorithm, EEG/MEG forward and inverse modelling, Boundary Element Method, spatio/temporal covariance modelling, image fusion, triangular meshes, KD-trees, topological error correction, marching cubes & spherical triangulations, sparse matrices and matrix operations, spherical harmonics, wavelets, spectra and spectrograms, Fast Fourier transform (FFTWest), data import for many different EEG/MEG data formats, data import for many image data formats.

  • Updated Jan 4, 2019

Improve this page

Add a description, image, and links to the meg topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the meg topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.