Demetris Roumis
Demetris Roumis
💯 Thanks @philippjfr! I updated the issue description in accordance with your suggested task priority list. @ahuang11, sound good?
Hey @ahuang11 , looking great so far!! Can you test it on the electrophysiology data? I don't imagine it would be any different, but the `raw_running_wheel_rotation` data in your screenshot...
Sorry, the probe LFP file is actually linked from within that 'session' file. [Ian's nb](https://github.com/holoviz-topics/neuro/issues/87#:~:text=recommend%20working%20through-,this%20notebook,-on%20accessing%20ephys) shows how to grab the probe LFP file data. ```python probe_id = session.probes.index.values[0] lfp =...
> So, I'm wondering whether each channel should be downsampled individually (looped) or together (stacked)? hmmm... that's tricky. In the short term, I think we just need to make a...
`regrid` is from HoloViews. It uses raster resampling from Datashader. Ensure the number of pixels in height matches the number of channels. So preserve the channels dimension but resample the...
oooo, multi-dimensional coordinates, nice! Great work so far @ahuang11 Could you spend a bit of time filing MRE HoloViews issues for the subcoordinates breaking overlaid DMap and for the range...
@philippjfr, For prioritizing Andrew's next steps, what do you think about the following, which delays the data interface for HoloViews until after both use-cases are explored: 1. Visualize the small...
WIP: https://github.com/bokeh/bokeh/pull/13319
Below I'm trying to be careful about the word 'subplot', so I distinguish subplots being either on same or separate canvas. > I don't see any support in matplotlib-scalebar for...
Continuing the Minimap related converstion [here](https://github.com/holoviz-topics/neuro/issues/36#issuecomment-1680139907)