Kyu Hyun Lee
Kyu Hyun Lee
@alejoe91 @lfrank
`RemoveArtifactsRecording` takes as input `list_triggers`, which are in frames. On the other hand, `ms_before` and `ms_after` are in milliseconds. This is converted to frames using the sampling rate later. As...
@lfrank @magland @alejoe91 summary: #552 didn't resolve our issue issue: we store data from both tetrodes and probes in the same NWB file. The location of the channels in a...
@samuelgarcia @alejoe91 https://github.com/SpikeInterface/spikeinterface/pull/489 > By the way, I think the users should always give to sorters an AppendRecording and get back a SplitSorting. For the sorters that only operate on...
@alejoe91 @yger Running ``` sorting = ss.run_spykingcircus(recording=recording, output_folder=f"/hdd/kampff/raw/Recordings/{dataset_id}/spykingcircus", docker_image=True, **sorter_params) ``` returns ``` Traceback (most recent call last): File "/home/kyu/miniconda3/envs/di_val/lib/python3.9/site-packages/spikeinterface/sorters/runsorter.py", line 564, in run_sorter_container sorting = SorterClass.get_result_from_folder(output_folder) File "/home/kyu/miniconda3/envs/di_val/lib/python3.9/site-packages/spikeinterface/sorters/basesorter.py", line...
**Describe the bug** originally here https://github.com/SpikeInterface/spikeinterface/issues/1260 Recordings from SpikeGadgets hardware have two possible channel maps: HWChan (a channel map defined by the amplifier) and Trodes channel map (for displaying on...
@alejoe91 @samuelgarcia Update `read_nwb` to enable loading of `ndx_probeinterface.Probe` objects as `probeinterface.Probe` objects
The algorithm for mountainsort4 was in `ml_ms4alg` but has recently been cleaned up and is now in `mountainsort4` (https://github.com/magland/mountainsort4, also available on PyPI). This PR changes the reference to `ml_ms4alg`...
# Description related to #979 This is the logic of creating lab member and lab team upon NWB ingestion: 1. Read `experimenter` field from the nwb file, which contains names...