load_reader

spike_analysis.core.load_reader(dict_)

Load a reader object from a dictionary.

Parameters:
dict : dict

A dictionary containing the attributes of the reader object.

Returns:

A reader object.

Return type:

object

Raises:

NotImplementedError – If the class of the reader object is not recognized. Currently, only spike_analysis.core.ReaderSmr is supported.