In trying to deal with CTF files for the first, time I'm running into some
issues that I don't understand and hope someone can easily help with. I
used the mne_ctf2fiff command to convert to fiff, but I can't visualize
the resulting file in mne_browse_raw (it loads without error but just
looks blank). Similarly, all the steps for loading a segment of the file
as raw data in mne_python work without error, until I do "raw.plot()",
when I get this error:
In mne_browse_raw you need to create channel selections suitable for the CTF data to display them. There is a file $MNE_ROOT/share/mne/mne_browse_raw/mne_browse_raw_CTF_275.sel which contains selections for the 275-channel CTF system.
I can open the raw file and view the traces. It also looks like the entire
6-min run is continuous, even though it was acquired in short event-keyed
epochs, so no need for an additional concatenation step I guess.
Thanks for the suggestions, and for being willing to take a look at a
snippet of data. Unfortunatley, when I run the first command you have as
written, this happens:
Since I don't know the CTF system very well the channels don't help as
such. It's more relevant what's in the raw.info dict, actually the type
information used inside the plotting routine is not inferred from the
channels names.