Back to the main page.
Bug 1377 - implement support for reading NetMEG data
Status | ASSIGNED |
Reported | 2012-03-15 10:03:00 +0100 |
Modified | 2012-09-20 22:48:32 +0200 |
Product: | FieldTrip |
Component: | fileio |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P3 normal |
Assigned to: | Robert Oostenveld |
URL: | http://cobre.mrn.org/megsim/tools/netMEG/netMEG.html |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2012-03-15 10:03:52 +0100
http://cobre.mrn.org/megsim/tools/netMEG/netMEG.html > The netMEG file format is designed to be a standard format for MEG and EEG > data collected by any sensor system. It contains the signal data, as well as > information about sensor location and configuration and archival information.
Robert Oostenveld - 2012-03-15 10:08:56 +0100
Functions that need to be extended for this to work ft_filetype ft_read_header, ft_read_data, ft_read_event ft_read_sens (by means of ft_read_header?) ft_senstype ft_chantype ft_chanunit Since NetMEG does not define new MEG acquisition systems but rather contains data from existing ones, it should be checked that ft_senstype detects the original acquisition system correctly. The checks for full compatibility could be done similar how the checks will have to be implemented for the Triux system (see bug #1356).
Robert Oostenveld - 2012-03-15 10:15:12 +0100
please note that part of the work has already started and that some support is already in place. However, the precise status at this moment is not clear, nor is the work that still needs to be done. One thing that for sure has to be done is to make a test script (or a bunch of them) that checks that the reading functions work as expected.
Robert Oostenveld - 2012-03-15 10:15:31 +0100
Should we consider also supporting NetMEG in the ft_write_data function, i.e. export data from MATLAB to NetMEG files?