Robert Oostenveld
Robert Oostenveld
See also ft_multiplotER options ``` % cfg.maskparameter = field in the first dataset to be used for marking significant data % cfg.maskstyle = style used for masking of data, 'box',...
something to aim for: two ERPs, in different conditions, both with a band of uncertainty around it, combined with a grey box in the background that shows the time range...
Yes, I meant that the current "mask" handling (for significance) should stay as is and that the variance should be implemented extra, not as another `cfg.maskstyle`
Hi Luke, When properly implemented in mne-matlab, I don't directly see how this would break anything on the FT side. Of course we would have to update the copy of...
hmm, I understand the desire for the functionality, but am quite worried about the side effects that would be created like this. E.g. when people make and mark selections for...
> We're independent of the viewmode here, as far as i understand. No, you _implemented_ (or hacked) it to be independent of viewmode. But considering the possible future functionality to...
This https://github.com/robertoostenveld/fieldtrip/tree/databrowser-multiplot is a quick implementation of the multiplot version. Artifacts are not handled correctly; this display would in principle allow for different segments per channel to be selected. Just...
1200 is a lot. That indeed won't work well on a single screen. Or [this](https://architizer.com/blog/practice/tools/the-worlds-widest-computer-monitor/) perhaps? Did you consider using the cfg.continuous option in ft_redefinetrial? That is relatively new and...
> But am I wrong thinking that original events and artifacts are not displayed in databrowser in this way? No, you are right. The script could be extended to modify...
Examples are preferably executable by people that want to learn from them, therefore I suggest you start with an EEG dataset from our FTP server. Using that EEG file, you...