neurone_loader.loader Provides classes to load, represent and export data recorded with the Bittium NeurOne device.
neurone_loader.mne_export Provides the metaclass MneExportable that allows subclasses implementing all the metaclass’s properties to be converted to a mne.io.RawArray.
neurone_loader.neurone Contains functions for reading data recorded with a Bittium NeurOne device.
neurone_loader.lazy Provides the Lazy decorator to construct properties that are evaluated only once and the preloadable decorator to enable optional preloading of all lazy properties on initialization.