spiketools.utils.run.create_methods_list¶
- spiketools.utils.run.create_methods_list(methods)[source]¶
Create a list of all methods.
- Parameters:
- methodsdict
Analysis method(s) definition. Each key should be an analysis name, and each value a list of methods to run.
- Returns:
- methods_lstlist of str
A list of all defined methods, each one as ‘analysis_method’.