Benedikt Ehinger
Benedikt Ehinger
In order to remove double code and reduce number of inconsistencies & bugs, plot_butterfly should call plot_erp with groups=:channels or so, as it used to be many moons ago :)
I have to do this ```julia df = UnfoldMakie.eeg_array_to_dataframe( mean(data, dims=3)[:, :, 1], string.(1:length(positions)), ); Δbin = 20 # 20 samples / bin plot_topoplotseries( df, bin_width=20, positions=positions, visual=(; enlarge=1, label_scatter=false),...
**Describe the bug** plot_splines only works for first event. This was reported here https://github.com/unfoldtoolbox/Unfold.jl/discussions/277 by @EmmanuelleKris **Code To Reproduce** ```julia using Unfold,UnfoldMakie,UnfoldSim using CairoMakie data,evts = UnfoldSim.predef_eeg() evts.event .= rand(["stimonset","buttonpress","saccade"],size(evts,1))...
This is a crosspost to PythonCall.jl https://github.com/JuliaPy/PythonCall.jl/issues/711 Pluto is on v0.20.21 Julia 1.12.0 (1.12.1 also crashes) Julia 1.11.5 (please ignore the different browser, both were run on the same computer...
### Description of the problem I'm trying to export a raw file, that I constructed to be exported via `mne-bids` `mne.export.export_raw("~/sub-016_gap_test.set", raw,overwrite=True)`  `mne_bids.write_raw_bids(raw, mne_bids.BIDSPath(subject="016",task="test",root="~/bids_test"), overwrite=True, verbose=False,symlink=False, format= "EEGLAB",allow_preload=True)` ...