Back to the main page.
Bug 2649 - implement event writing for BrainVision eeg/vhrd/vmrk
| Status | CLOSED FIXED |
| Reported | 2014-07-16 10:13:00 +0200 |
| Modified | 2015-02-11 10:46:36 +0100 |
| Product: | FieldTrip |
| Component: | fileio |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Mac OS |
| Importance: | P5 normal |
| Assigned to: | Robert Oostenveld |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Robert Oostenveld - 2014-07-16 10:13:29 +0200
I noticed ft_databrowser failing on a dataset that I wrote with ft_write_data, because there was no vmrk file.
Robert Oostenveld - 2014-07-16 10:17:16 +0200
this is a first implementation. It writes a vmrk with no events. Adding the events should be easy, but at the moment I don't have an example dataset at hand. roboos@mentat001> svn commit Sending fileio/private/write_brainvision_eeg.m Transmitting file data . Committed revision 9731.
Robert Oostenveld - 2014-07-16 10:51:00 +0200
mac011> svn commit test/test_bug2649.m fileio/ Sending fileio/ft_write_data.m Sending fileio/private/write_brainvision_eeg.m Adding test/test_bug2649.m Transmitting file data ... Committed revision 9732. this fixes it. The data in the test script is not very elaborate, as it only contains 2 events.
Robert Oostenveld - 2015-02-11 10:44:54 +0100
Closed several bugs that were recently resolved. If you don't like the resolution, please reopen and explain.