NeurodataWithoutBorders / nwbwidgets

Explore the hierarchical structure of NWB 2.0 files and visualize data with Jupyter widgets.
https://nwb-widgets.readthedocs.io/en/latest/
Other
48 stars 21 forks source link

[Bug]: Behavioral time series traces not being ploted #296

Closed luiztauffer closed 1 year ago

luiztauffer commented 1 year ago

What happened?

Example:

image

For this file:

nwbfile.processing["behavior"].data_interfaces["BehavioralTimeSeries"].time_series
{'running_velocity': running_velocity pynwb.base.TimeSeries at 0x140342160473008
 Fields:
   comments: no comments
   conversion: 1.0
   data: <HDF5 dataset "data": shape (246659,), type "<f4">
   description: Velocity of the mouse on a rotating disc.
   interval: 1
   offset: 0.0
   resolution: -1.0
   timestamps: <HDF5 dataset "timestamps": shape (246659,), type "<f8">
   timestamps_unit: seconds
   unit: cm/s}

Steps to Reproduce

No response

Traceback

No response

Operating System

Linux

Python Version

3.9

Package Versions

No response

Code of Conduct