Jan-Mathijs Schoffelen

Results 283 comments of Jan-Mathijs Schoffelen

sorry @arnodelorme I was unclear. What snippet of code did you run, causing the 'failure to import' said data?

Hi Manuel @MrMercier ! I must say that I am (in general) a bit reluctant to share (more visibly) atlases that are defined on the cortical surface. Most important reason...

Hi Manuel, @MrMercier what shall we do with this issue? We don't have the resources at the moment to push this forward.

Hi Vladimir, do you have a snippet of data/code to be used for confirmation/resolution etc.?

gotcha. I think that the intended functionality would be to be able to specify in the SPM code an: ft_warning off (with the optional msgId) so that SPM users do...

Not much seem to have been happening here, the referenced PR now also returns the other events' (fix, sacc, blink) (onset and duration) information. The reading of the asc is...

OK, I tried to revamp the eyelink ascii reader. It's still slow for large data files, but I think it is already quite much faster. It now relies a bit...

The first step is to inventorize for ft_inverse_mne, whether the 'prewhiten' option behaves the same as a call to ft_denoise_prewhiten, followed by ft_sourceanalysis

Currently, the test function checks whether ft_sourceanalysis (with 'mne'+'prewhiten') results in the same output as a sequential call to ft_denoise_prewhiten/ft_sourceanalysis (with 'mne' + 'prewhiten'/'no-prewhiten'). With prewhitened data in the input...

So, based on this, I'd assume that 'ori' is intended to always be Ncomponent x 1, with a norm of 1, and mom can be Ncomponent x somethingelse?