Dear Chris,

As the message indicates, this format is not supported by the conversion code. I'd suggest to check whether you can export your data from Curry to one of the formats which is supported and convert that. See http://fieldtrip.fcdonders.nl/dataformat

Best,

Vladimir

On Fri, Nov 14, 2014 at 4:13 PM, Christopher Friesen <[log in to unmask]> wrote:
Hello,

I am trying to work on EEG data collected with Curry 7 in spm. However, when I attempt to convert the .dat file I receive the following error (see above). I have also tried to select the header files itself but still get this error. Am I missing something or am I required to convert this .dat file as if it were an arbitrary data file (a 'struct' array)?

Thanks very much, Chris.

-----

Error using ft_read_header (line 1881)
unsupported header format (curry_dat)

Error in spm_eeg_convert (line 97)
    hdr = ft_read_header(S.dataset, 'headerformat', S.inputformat);

Error in spm_eeg_convert (line 92)
    Dhdr              = spm_eeg_convert(S1);

Error in spm_eeg_convert_ui (line 26)
    D = spm_eeg_convert(fname);

Error in spm (line 1054)
    evalin('base',CB)

Error while evaluating uicontrol Callback