Two of the most important data classes, mne.Epochs and mne.Evoked, are available directly in mne. However, the class for continuous data is available as mne.io.Raw and not mne.Raw (because all read_raw_* readers also live in mne.io). For consistency, I propose to make mne.io.Raw available as mne.Raw (but keep mne.io.Raw for backward compatibility). WDYT?
Two of the most important data classes,
mne.Epochsandmne.Evoked, are available directly inmne. However, the class for continuous data is available asmne.io.Rawand notmne.Raw(because allread_raw_*readers also live inmne.io). For consistency, I propose to makemne.io.Rawavailable asmne.Raw(but keepmne.io.Rawfor backward compatibility). WDYT?