João Pedro Junqueira

Results 10 comments of João Pedro Junqueira

I actually hadn't gone to the end yet with `save_frames=True` video creation. I tried now, but although video creation takes reasonable time, the generated video is blank, and the temp_frames...

An update about this: I tried to create the video with `save_frames=True` and without specifying frames with `Frames2plot`. The video actually has the labels on the right place. So, in...

If I disable computing of both `template_metrics` and `quality_metrics`, code runs fine. If I disable only `template_metrics`, code still hangs indefinitely but I get this error at some point: ```py...

Tested it and now all the extensions I need to compute are outputted as expected. I do still get the warnings, though, but I guess that was not changed? For...

> If you had time to do that, re-run and confirm that you don't get two identical "Found no run_info file for template_metrics, extension should be re-computed" warning; that'd be...

I'm curious about the benefits of applying each preprocessing step to grouped vs. non-grouped data when dealing with tetrode datasets. In my case, our recordings have plenty of EMG artifacts...

@JoeZiminski Was wondering if I could get your input about this matter. Please tell me if it's not within the scope of this issue. Thanks!

Thank you very much for the through responses @JoeZiminski and @chrishalcrow ! Mountainsort takes ages to run right now so it's good to have something to quickly run with different...

@JoeZiminski Thank you for catching that issue! Casting the dtype completely solved the strange outputs, and I also seem to have got better sorting results overall with whitening. With the...

Sure! Sorry for the delay. If I may make a related question, I noticed the `principal_components` extension has a whiten parameter, "If True, waveforms are pre-whitened" (default True). Should this...