stim channel

External Email - Use Caution

Dear experts:

In any data is there a way to know what is the name of the stim_channel?

Sincerely,
Andrade.

External Email - Use Caution

Hello!

I think you can just load the data and inspect raw.info["ch_names"]. I'm not sure if MNE still renames stim channels so you might want to load the data with raw = mne.io.read_raw_XXX(fname, stim_channel=None) though.

Clemens

External Email - Use Caution

ok thank you Clemens!!!