bluepyefe.readerΒΆ

Trace reader functions

Functions

axon_reader(in_data)

Reader to read .abf :param in_data: of the format :type in_data: dict :param {: "filepath": "./XXX.abf", "i_unit": "pA", "t_unit": "s", "v_unit": "mV", :param }:

csv_lccr_reader(in_data)

Reader to read .txt (csv_lccr) :param in_data: of the format :type in_data: dict :param {: 'filepath': "./XXX.txt", 'dt': 0.1, 'ton': 2000, 'toff': 2500, 'ljp': 14.0, 'amplitudes': [10 -10 20 -20 30 -30 40 -40 50 -50], 'hypamp': -20 # (units should match 'amplitudes'), 'remove_last_100ms': True, 'v_unit': 'mV', 't_unit': 'ms', 'i_unit': 'pA' # current unit for 'amplitudes' and 'hypamp' :param }:

igor_reader(in_data)

Reader to read old .ibw

nwb_reader(in_data)

Reader for .nwb :param in_data: of the format :type in_data: dict :param {: 'filepath': './XXX.nwb', "protocol_name": "IV", "repetition": 1 (or [1, 3, ...]) # Optional :param }:

read_matlab(in_data)

To read .mat from http://gigadb.org/dataset/100535