allensdk.ephys.extract_cell_features module

allensdk.ephys.extract_cell_features.extract_cell_features(data_set, ramp_sweep_numbers, short_square_sweep_numbers, long_square_sweep_numbers, subthresh_min_amp=None)[source]
allensdk.ephys.extract_cell_features.extract_sweep_features(data_set, sweeps_by_type)[source]
allensdk.ephys.extract_cell_features.get_ramp_stim_characteristics(i, t)[source]

Identify the start time and start index of a ramp sweep.

allensdk.ephys.extract_cell_features.get_square_stim_characteristics(i, t, no_test_pulse=False)[source]

Identify the start time, duration, amplitude, start index, and end index of a square stimulus. This assumes that there is a test pulse followed by the stimulus square.

allensdk.ephys.extract_cell_features.get_stim_characteristics(i, t, no_test_pulse=False)[source]

Identify the start time, duration, amplitude, start index, and end index of a general stimulus. This assumes that there is a test pulse followed by the stimulus square.

allensdk.ephys.extract_cell_features.mean_features_spike_zero(sweeps)[source]

Compute mean feature values for the first spike in list of extractors