spikely
spikely copied to clipboard
A GUI for running popular spike sorting algorithms on extracellular data of any file format.
Hello ! When I try to select a sorter, spikely crashes and output this error: ``` Traceback (most recent call last): File "/Users/ismail/opt/anaconda3/envs/si090/lib/python3.8/site-packages/spikely/pipeline_view.py", line 63, in _elem_cbx_changed for spif_cls in...
As gui params were removed from SpikeInterface, we need to implement them in spikely.
Under the current version (0.5.2), there is no restriction or reminder on formats of file/directory names that users may input for Extractors and Exporters. Thus, it's really confusing what format...
Under the current version (0.5.2), users could run a same pipeline with same parameters multiple times. This would raise a potential problem, i.e. I/O conflicts of same tmp folders. Further,...
It would be great to add spikewidgets for recordings, waveforms, rasterplots, etc
We put the 'path' type for any file/folder paths; We should utilise this 'path' type to allow for the user to manually select the file/folder they want rather than typing...
A queue for adding different spike sorting jobs. Can be done after first implementation.