Skip to content

Commit

Permalink
Minor updates for version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olafdimigen committed Oct 12, 2023
1 parent b4083ff commit 4c00f3c
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 561 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EYE-EEG0.99
Version 0.99 of the EYE-EEG extension for EEGLAB
Version 1.0 of the EYE-EEG extension for EEGLAB

For more information on this software, visit https://www.eyetracking-eeg.org
231 changes: 0 additions & 231 deletions _changelog_v0.99.txt

This file was deleted.

12 changes: 12 additions & 0 deletions _changelog_v1.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
%% EYE-EEG change log
% [email protected]

% After more than 12 years of EYE-EEG, it is maybe time for a version 1.0!
% Change log for version 1.00

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 1. small optimizations
%% 2. Includes a major bugfix for an issue the saccade detection that could
%% affect the properties of the last saccade detected in any epoch
%% Details here: https://github.com/olafdimigen/eye-eeg/issues/24
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16 changes: 10 additions & 6 deletions eegplugin_eye_eeg.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
% microsaccades, eye tracker-supported ICA component selection, basic
% oculomotor research, or computing fixation-related potentials (FRPs).
%
% EYE-EEG was developed by Olaf Dimigen and Ulrich Reinacher, 2009-2021
% EYE-EEG was developed by Olaf Dimigen and Ulrich Reinacher, 2009-2023
%
% >> web: http://www2.hu-berlin.de/eyetracking-eeg
% >> web: http://www.eyetracking-eeg.org
%
% Copyright (C): Olaf Dimigen with major contributions by Ulrich Reinacher
% (until 2012)
% Any user feedback is highly welcome! Email: olaf@dimigen.de%
% Copyright (C): Olaf Dimigen with major contributions by Ulrich Reinacher (until 2012)
% Any user feedback is highly welcome! Email: science@dimigen.de
% If you use functions of this toolbox, please cite this reference:
% ------------------------------------------------------------------
% Dimigen, O., Sommer, W., Hohlfeld, A., Jacobs, A., & Kliegl, R. (2011).
Expand All @@ -35,10 +34,15 @@
% eye movement artifacts in electroencephalographic data. Frontiers in
% Human Neuroscience, doi: 10.3389/fnhum.2012.00278
%
%
% Please clarify that you have used the implementation of these methods
% in EYE-EEG, as they may differ from the original versions in some
% regards
%
% If you combined EYE-EEG with deconvolution modeling in "UNFOLD" please
% cite the unfold toolbox paper (Ehinger & Dimigen, 2019, PeerJ) as well
% as the specialized paper by Dimigen & Ehinger, 2021, Journal of Vision
%
% Installation:
% Simply copy the folder called "eye_eegX.XX" containing the toolbox's m-files
% as a subdirectory into the EEGLAB plugin directory and restart EEGLAB.
Expand Down Expand Up @@ -142,7 +146,7 @@
function vers = eegplugin_eye_eeg(fig,try_strings,catch_strings)
vers = 'eye_eeg_v0.99';
vers = 'eye_eeg_v1.00';
% add subfolder for dialogues and other helpers
addpath(fullfile(fileparts(which(mfilename)),'internal'));
Expand Down
Loading

0 comments on commit 4c00f3c

Please sign in to comment.