nwbwidgets
nwbwidgets copied to clipboard
Explore the hierarchical structure of NWB 2.0 files and visualize data with Jupyter widgets.
not quite working yet
 * On raster, show unobserved intervals with shaded area * On histogram, correct firing rate calculation by taking into account observed intervals
I think we should have a BaseNWBWidget class that all widgets would extend. Something like: ```python class BaseNWBWidget(): def __init__(self): self.controls = None self.figure = None @abstractmethod def update_figure(self): pass...
I have an NWBFile where a column of the UnitsTable contains references to a DynamicTableRegion, specifically to particular IDs of the ElectrodesTable. Note however that what we're seeing here likely...
Similar to how it is done with the multi-select in the PSTH widget
Creating place field class
see https://scikit-learn.org/stable/developers/contributing.html#writing-matplotlib-related-tests and https://github.com/scikit-learn/scikit-learn/blob/d2735911c2f636e0c83db5617afddc62b72ee770/sklearn/conftest.py
The plots of the sweep sequences are rendered outside of the widget right now. I don't know why
**Below is the screen shot of the 'Fields' tab in the gui:**  **Traces:**  Shouldn't the time be from `starting_time:(rate*no_samples)`, currently its `starting_time:no_samples` I was expecting the time axis...