Cristiano Köhler
Cristiano Köhler
The `cluster_matrix_entries` step in ASSET uses DBSCAN on the generated mask matrix, to extract the clusters associated with the SSEs being identified. As a custom distance metric was used, the...
Hi All, I am using `cut_segment_by_epoch` to extract trials from a Blackrock Microsystems dataset (`i140703-001.ns6` and `i140703-001.nev` publicly available [here](https://doi.gin.g-node.org/10.12751/g-node.f83565/)). When cutting a fixed duration after the times defined in...
Looking into the code for the `rasterplot_rates` function, the computation of the population histogram uses the `matplotlib` `hist` function (lines 465 and 469 of `rasterplot.py`). It would be useful to...
The `plot_patterns` function apparently only works for synchronous patterns, but not when there is a lag between the spikes. The code below illustrates that ``` import numpy as np import...
When saving Neo objects to NWB files using the NWBIO, the information in the `description` metadata field of several objects is lost or wrongly changed: * If two blocks are...