Pierre Yger
Pierre Yger
Ok, but what is the plan? Because to move forward with hybrid project, I would need to use functions made for WaveformExtractor (like in template_tools.py for example). Do you plan...
I would like to be able to have the plot_unit_template widget working when only fast_templates is computed....
This PR depends on #2410
With this PR, we can get templates quickly from a recording, and also we have a high-level function to create quickly an hybrid recording, given templates and motion. Check if...
I've moved all utility functions into localization_tools.py in postprocessing, as suggested by @alejoe91 . Will start to expand the compute positions functions to also work with a Template objects, as...
Tests are failing because the problem is more general than I thought, and need some discussion. I do not get why the signature for recording and recordingsegment of the get_traces()...
I made a solution keeping intact get_chunk_with_margin(), and simply adds an internal get_traces_with_margin() used in node_pipeline. This allows pipelines to deal with scaled data (better for peak amplitudes)
The test fails because this PR needs #2941
This has been superseeded by #3487
Then maybe the option is to have a global verbose_kwargs dict, similar to the job_kwargs one, that will regroup all the output of si? The good point by doing so...