Skip to content

oliver-rew/eeglab-xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

EEGLAB XML modifier

This script modifies Matlab EEGLab N400 event coding XML files. Its only function is to find 'rsp+' events and change the 'rsp+' to the 'cel' value within it.

Author: Oliver Rew

To use, execute the file with python3 and specify the input xml file as the argument.

$ python3 events.xml

This will dump the output to the terminal. To save to a file, just redirect the output to the filename of you choosing

$ python3 events.xml > events_modified.xml

NOTE: This was tested with python3 on linux. Mileage may vary on other platforms.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages