When creating the bids file - raw=mne.io.read_raw_ctf(fname, system_clock='ignore', clean_names=True) We need to crop the -1609 from the channel names: CHNAME-1609 for previous files.
When creating the bids file -
raw=mne.io.read_raw_ctf(fname, system_clock='ignore', clean_names=True)
We need to crop the -1609 from the channel names: CHNAME-1609 for previous files.