Chadwick Boulay
Chadwick Boulay
BIDS already has an expectation that the user provides metadata in files with specific names, and general principles about inheritance, so I think hardcoding `'layout_config.json'` and conforming to these principles...
Adding the precompiled assemblies turned out to be pretty straightforward. I can now import the package directly from GitHub, or with a little manipulate of `/Packages/manifest.json` it can be a...
Just for convenience's sake, [here](https://github.com/sccn/BCILAB/blob/devel/code/visualization/vis_artifacts.m#L299) is a link to the offending line. If you put a break point on line 169, after hFig is created but before on_resize is called,...
Sorry, not after line 169. I meant immediately before line 169. (I use the Matlab IDE and just click on the margin of the line I want to break, hence...
OK, the error message explains it. While I don't have BCILAB installed to confirm, my guess is it is the same error as described [here](http://www.mathworks.com/help/matlab/graphics_transition/why-has-the-behavior-of-resizefcn-changed.html#bueby4t-1). Can you confirm that you're...
Sorry, I don't have BCILAB installed. I was just going based on the errors you described. Compare the code in your vis_artifacts.m file to the one currently in the devel...
I don't use BCILAB nor NeuroScan hardware so I can't help there. I just wanted to clear up: that liblsl dylib you pointed to is not "a newer version". The...
See #19
@brianbaloch , the way you asked the question, it is unclear if you already know what the user's state is and you simply want to add that known information to...
For the EEGLAB Event tutorial, see [here](https://sccn.ucsd.edu/wiki/Chapter_03:_Event_Processing). For decoding stress level from EEG, you're in over your head. This is not something you can do reliably without a couple experts...