Andrew X Stewart

Results 23 comments of Andrew X Stewart

ERPLAB v8.10 can be found here: https://github.com/lucklab/erplab/releases

It seems that the Box.com site that is used for hosting may face restrictions in some countries. You can see other example EEG datasets, for example here: https://osf.io/574vp/download Does that...

Hi Daniel, I'd like to have a single PDF of the wiki material too. I'm looking at making that now. For the docstrings, the function headers have been written to...

Hmm - those event codes look weird. Here is an example of continuous EEG data with the frequent stimuli presentation indicated with a '22' event code, and rare stimuli indicated...

Thanks for the comment. Yes, I think the omitting NaNs is sensible here. Perhaps that should be the default behavior for gaverager. I don't quite follow how that omitnan argument...

For now, a script with something like this might get some of the way there: pop_summary_rejectfields(EEG) EEG = eeg_checkset( EEG ); EEG = pop_selectevent( EEG, 'omitbepoch',[5 10 12] ,'deleteevents','off','deleteepochs','on','invertepochs','off');

Hi Renzo, I've actually just updated the Standard Error code in ERPLAB to be more clear and more robust. You can see the commit here: https://github.com/lucklab/erplab/commit/21fa17f5aa36456b3d617a77d47df4a46aaa17c1 And download the beta...

The 'Epoch Subset Assistant' tool in the ERP Averager will do this for you in the GUI. But, as you've noticed, it is not easy to run this from a...

Hi there, It could be that the bin specification in your `'ERP_Analysis\Data\bin_description.txt'` is catching zero matches in that currently loaded EEG set. You can enter `pop_squeezevents(EEG)` to see a summary...

Hmm - I see. Does anything change if you provide the full path to the pop_binlister call? Something like: `bdf_full_path = 'C:\your_eeg_stuff\ERP_Analysis\Data\bin_description.txt';` `EEG=pop_binlister(EEG,'BDF',bdf_full_path,'IndexEL', 1, 'SendEL2', 'EEG', 'Voutput', 'EEG' );`