Chose template mode when exporting to phy
See original GitHub issueHi,
When using the export_to_phy
function, the template mode will automatically be 'median'
, and I don’t believe there is an argument to change it.
Could it be possible to either:
- Have an argument in the
export_to_phy
function to specify the template mode - Set the default template mode in
WaveformExtractor.set_params()
(which would be really nice I think)
The problem for me is that the median is very computationally expensive for large clusters (> 300,000 spikes) and takes a lot of time, whereas I am ok with the mean (which can save me tens of minutes).
Thank you!
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Enable Template Mode for a Parent Virtual Machine of Linked ...
Procedure · Select the virtual machine to use as a parent of the linked clone and select VM > Settings. · On the...
Read more >Exporting a Template Definition - Technical Documentation
The Export Template Definition pop-up window is displayed. Click Download file for selected template definitions (tgz format). The Opening xxx.
Read more >Creating VM Templates in VMware: Best Practices - NAKIVO
Right-click the VM, and in the resulting context menu, select Template > Convert to Template. A confirmation message is displayed: Convert the virtual...
Read more >Exporting using customized Excel templates - codeBeamer
You have two options, either: Upload an Excel template file from the local file-system, or; Choose an existing Excel template from a special...
Read more >Exporting projects - Godot Docs
There are 3 different modes for exporting: Export all resources in the project. Export selected scenes (and dependencies). Export selected resources (and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the quick answer!
Yes I can make a PR for it, but not right now. When I’ll have some free time, I’ll make the PR and link it to this issue.
Btw great job with the refactoring, it looks really great!
@alejoe91 @samuelgarcia Thank you for the quick and helpful answers!
I think I’ll make a seperate issue for it to keep things clear.