KIT layout for plots

Hi MNE experts,

I used KIT system for MEG data recording.
MEG data were imported to mne with two following functions:
raw = mne.io.kit.read_raw_kit(file, stim = [200],preload=True)
kit_lay = mne.channels.layout.read_layout('KIT-TW-157.lout')

However,I had problems with two following functions:

(1) ica.plot_properties(epochs, i)
      error message: "the KIT system with ID 261 is missing"

(2) mne.viz.plot_evoked_topo(evokeds, layout=kit_lay)
     no error message but caused the program to crash

Your suggestions will be appreciated. Thanks!

Best,
Veda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20171127/9411fd18/attachment.html

Hi

For the first error, it is likely due to a KIT specificity issue. Can you
open an issue in github, and upload a small chunk of your data so that one
of us check it out (perhaps Teon, Eric or Christian? I'm on the road sorry.)

Thanks

JR

Hi Dr. King,

Thanks for the quick response.
I uploaded my MEG file in the following GITHUB link
https://github.com/mne-tools/mne-python/issues/4780