Skip to content

Commit

Permalink
issuing version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
arno committed Mar 21, 2019
1 parent de6851c commit f747390
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ This repository contains a collection of function to import and export BIDS-form
# Use with EEGLAB

Simply place the code in the plugin folder of EEGLAB and it will be automatically detected by EEGLAB.

# Version history

v1.0 - initial version

v2.0 - add support for external channel location and fix minor bugs

4 changes: 2 additions & 2 deletions eegplugin_bids.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

function vers = eegplugin_bids(fig, trystrs, catchstrs)

vers = '1.0';
vers = '2.0';
if nargin < 3
error('eegplugin_bids requires 3 arguments');
end
Expand All @@ -38,4 +38,4 @@
% ------------
uimenu( menui1, 'label', 'From BIDS folder structure', 'separator', 'on', 'callback', comcnt1);
uimenu( menui2, 'label', 'To BIDS folder structure', 'separator', 'on', 'callback', comcnt2, 'userdata', 'startup:off;study:on');
set(menui2, 'userdata', 'startup:off;study:on');
set(menui2, 'userdata', 'startup:off;study:on');

0 comments on commit f747390

Please sign in to comment.