Importing epoched CTF data

Hi all,

I hate CTF data that I have already segmented into epochs and performed
artifact rejection on; I'm now trying to work with them in MNE. I have been
able to import the data using *mne_ctf2fiff*, and I can open and view the
data using *mne_browse_raw --digtrig STIM *. However, when I try to preview
averages (following the tutorial instructions in section 12.7 of the
manual) I run into a problem. MNE successfully finds the right number of
triggers for each category I try to average, but then when the "Averages"
window pops up it's just black. I never specified a channel layout, could
that be the problem?

Thank you,
Steve Politzer-Ahles

hi Steve,

do you see any log or message or warning in the terminal ? mne is
usually quite verbose when it cannot find a file its looking for.

Alex