Alessio Buccino

Results 477 comments of Alessio Buccino

@mavaylon1 still getting an error: ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[1], line 46 43 rel_ys = [0., 0., 0., 0.] 45 for x, y in zip(rel_xs,...

@mavaylon1 should this be fixed when installing hdmf from main?

> This is not what the verbose option is used for, it's specifically for adding low-level debugging information to the log. The progress bar is necessary for the GUI animation....

I think that something like this might work: ``` show_progress = logger.isEnabledFor(logging.INFO) tqdm(..., disable=not show_progress) ``` I'll give it a shot!

> I guess I misremembered this issue... Looking at the logs generated now, I don't see any of the tqdm progress bar information there _when running Kilosort4 on its own_....

Hi @RobertoDF You don't need to reorder the probe. When setting a probe/probegroup, SpikeInterface reorders by device_channel_indices automatically ;)

You can check with: ``` pg = raw_rec.get_probegroup() pg.to_dataframe() ```

Are you getting any errors? If not then don't worry about it :)

Are you filtering the data before creating the analyzer? From the plots, that seems to be the issue...