allensdk.brain_observatory.ecephys.ecephys_session_api.ecephys_session_api module

class allensdk.brain_observatory.ecephys.ecephys_session_api.ecephys_session_api.EcephysSessionApi(*args, **kwargs)[source]

Bases: object

get_channels() DataFrame[source]
get_ecephys_session_id() int[source]
get_invalid_times() DataFrame[source]
get_lfp(probe_id: int) DataArray[source]
get_mean_waveforms() Dict[int, ndarray][source]
get_metadata()[source]
get_optogenetic_stimulation() DataFrame[source]
get_probes() DataFrame[source]
get_pupil_data() DataFrame | None[source]
get_rig_metadata() dict | None[source]
get_running_speed() RunningSpeed[source]
get_screen_gaze_data(include_filtered_data=False) DataFrame | None[source]
get_session_start_time() datetime[source]
get_spike_amplitudes() Dict[int, ndarray][source]
get_spike_times() Dict[int, ndarray][source]
get_stimulus_presentations() DataFrame[source]
get_units() DataFrame[source]
session_na = -1
test() bool[source]