mne-python icon indicating copy to clipboard operation
mne-python copied to clipboard

DOC: show example code for custom reader functions (was: Subclassing BaseRaw is too difficult)

Open larsoner opened this issue 1 year ago • 11 comments

I directly set this [filenames] attribute [...] because I find setting up a new reader by adding a new class a bit cumbersome. I mostly do the file-specific stuff and then create a RawArray, so maybe adding a public setter in that class might be an option?

Originally posted by @cbrnr in https://github.com/mne-tools/mne-python/issues/12843#issuecomment-2352441225

larsoner avatar Sep 16 '24 15:09 larsoner