-
See this script
https://github.com/magland/sortingview/blob/main/examples/example_timeseries_graph.py
which generates this example
https://www.figurl.org/f?v=gs://figurl/spikesortingview-9&d=…
-
hi Jeremy, i noticed a package called pyvips is now required when importing sortingview. when i tried to import sortingview as part of spyglass this caused an error and i had to add it to my environ…
-
@magland
on version 0.8.6
possibly related to #196
```python
File ~/repos/spyglass/src/spyglass/spikesorting/sortingview.py:2, in
1 import datajoint as dj
----> 2 import sortingview a…
-
With versions 0.8.4 and 0.8.5 it fails to import:
`>>> import sortingview`
gives:
```
---------------------------------------------------------------------------
ModuleNotFoundError …
-
Here is an example. The last plot should be the decoded probability of position vs. time:
https://www.figurl.org/f?v=gs://figurl/spikesortingview-8&d=sha1://bd25ae880136dfadb565a603948b7c6ad7080568…
edeno updated
2 years ago
-
-
For a marker we would have
```
{color?: string, shape?: 'circle' | 'square' | 'triangle, radius?: number}
```
For a line we would have
```
{color?: string, width?: number, dash?: [number, number…
-
data for some views (e.g. raster) for long recordings can be very large and need not be viewed all at once
-
This is the error I get when trying to run ss.SortingviewWorkspace.populate() with the current code. I think I'm just doing something wrong, but I'm not sure how to fix this. Thanks.
----------------…
-
Currently when we try to import the latest version of sortingview we get an error (see below) which seems to have been introduced in the just-released 6.4.0 version of pubnub.
This is just FYI, but…