Benedikt Ehinger
Benedikt Ehinger
Hi Richard, Puh, its been such a long time. I think ```surface.cache``` should not be empty. If I remember correctly this should be the field where the actual surface definition...
could you share your amica15ub ubuntu static binary? I get the same segfault on Ubuntu22
I recompiled it for ubuntu 22 which now works on my setup. `ldd amica15ub` showed me no dynamic exectuable, so maybe this is useful for others. [amica15ub.zip](https://github.com/sccn/amica/files/10708102/amica15ub.zip) PS: I tried...
I have the same issue. How did you even debug it? I only manage to elicit it on github, which makes debugging very slow. Edit: I sucessfully debugged it now...
Hi! your proposal is good. Thanks for the extended answer! ---- I think I failed to see the scope of this package - of course in fMRI you'd have quite...
"problems" with missing: `mean([1,2,3,missing,4])` results in `missing` This is of course by design, and the simple fix to it is to use a `data = skipmissing(data)` in the beginning somewhere....
I started looking through the code, but I'm still a julia newbie in many ways, so I cannot comment on style so much. The topic of event structure is dear...
Channel-Wise annotation sounds super! Indeed, I just want to have arbitrary columns, the annotation object in MNE officially only supports "onset","duration","description","ch_names" - afaik you could add my own columns, but...
Metadata are only for epochs, I'd need this for continuous EEG data, which is the basis of unfold. Having multiple concepts is quite confusing and I do not see the...
## Use case regression ERPs: mass univariate models allow fitting something like `ERP ~ 1 + condition + luminance` For this, each epoch needs "metadata" on condition and luminance. I.e....