allensdk.brain_observatory.nwb.nwb_api module

class allensdk.brain_observatory.nwb.nwb_api.NwbApi(path, **kwargs)[source]

Bases: object

classmethod from_nwbfile(nwbfile, **kwargs)[source]
classmethod from_path(path, **kwargs)[source]
get_image(name, module, image_api=None) Image[source]
get_invalid_times() DataFrame[source]
get_running_speed(lowpass=True) RunningSpeed[source]

Gets the running speed Parameters ———- lowpass: bool

Whether to return the running speed with lowpass filter applied or without

Returns:
RunningSpeed:

The running speed

get_stimulus_presentations() DataFrame[source]
property nwbfile
path