Back to the main page.
Bug 681 - ft_read_vol cannot read from a neuromag fif file
Status | CLOSED WONTFIX |
Reported | 2011-05-23 09:43:00 +0200 |
Modified | 2013-01-16 17:19:15 +0100 |
Product: | FieldTrip |
Component: | fileio |
Version: | unspecified |
Hardware: | PC |
Operating System: | All |
Importance: | P1 major |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2011-05-23 09:43:01 +0200
On 20 May 2011, at 14:00, Elena Orekhova wrote: Hi, I try to read volume from the Neuromag .fif file using vol = ft_read_vol(NEUROMAG_FIF_FILE_NAME, 'fileformat', 'neuromag_fif') I get the error: *********************** ??? Undefined variable "cfg" or class "cfg.gradfile". Error in ==> ft_read_vol at 77 fprintf('using Neuromag gradiometer definition from %s\n', cfg.gradfile);
Robert Oostenveld - 2013-01-14 16:55:09 +0100
mac001> svn commit ft_read_vol.m Sending ft_read_vol.m Transmitting file data . Committed revision 7311. I removed the code. It does not work and we don't have more recent mex files that would allow us to get it to work again. Probably it would make more sense to redesign the neuromag/FT integration with the (open source) MNE matlab functions rather than with the mex files.