Results 36 comments of Charlie Windolf

As mentioned at https://github.com/SpikeInterface/spikeinterface/issues/3489, maybe we can discuss these issues here. @DaohanZhang has recently run a very useful test, which is to show that `.save_to_folder()`ing an InterpolateMotionRecording which had an...

For some more info, it seems like some things work and some things don't. With all vars defined as above, we have: ### Things that work: `.solve()`: ```python dense_root_solve =...

Thanks for your message Geoff! That makes sense. Yes, my use case is in Gaussian mixture modeling where the $k$th component is $N(\mu_k, C + U_k U_k^T)$. In other words,...

Hi @liyipeng-moon , you could in addition to Sam's suggestion try SI's motion cleaner function https://github.com/SpikeInterface/spikeinterface/blob/main/src/spikeinterface/sortingcomponents/motion/motion_cleaner.py#L6 . I'd also suggest trying to increase the spatial window size parameter (win_scale_um) to...

@yger that could be good! There are some problems where double precision seems helpful for the linear algebra, but it could work. Alternatively @liyipeng-moon if you can tolerate using 2s...

Thanks @liyipeng-moon ! I just wanted to double check that -- above, it mentions a matrix of shape 20448, and 20448/60/60=5.68, so that would make sense for 1s bins in...