bluepyefe.ecode.SpikeRec¶
Step eCode class
Functions
|
|
|
Return a list of clusters from a list where consecutive values follow each other forming clusters eg: [12, 14, 15, 20, 56, 60, 61, 62, 63] -> [[12, 14, 15, 20], [56, 60, 61, 62, 63]] |
Classes
|
SpikeRec current stimulus |
- class SpikeRec(config_data, reader_data, protocol_name='SpikeRec', efel_settings=None)[source]¶
Bases:
RecordingSpikeRec current stimulus
hypamp hypamp+amp hypamp hypamp+amp . . . : : : : : _________________ : _________________ _________________ : | | : | | | | : | | : | | * len(tspike) | | : | | : | | . . . | | : | | : | | | | |_______________| |__________| |__ __| |___ : : : : : ^ : : : : : : : : : : : : <--tspike[0] --><-spike_duration-><- delta -><-spike_duration-> . . . tendConstructor
- Parameters:
config_data (dict) – metadata for the recording considered informed by the user.
reader_data (dict) – metadata for the recording considered returned by the recording reader.
protocol_name (str) – name of the protocol of the present recording.