bluepyemodel.icselector.modules.model_selector¶
Model selector selects NEURON mechanisms for cell model configuration
Classes
|
Selects NEURON mechanisms for cell model configuration |
- class ModelSelector(ic_map)¶
Bases:
objectSelects NEURON mechanisms for cell model configuration
- Parameters:
ic_map (dict) – content of the icmapping.json file
- get(name)¶
Get mechanism from channel or model name :param name: channel or model name :type name: str
- Returns:
corresponding mechanism
- Return type:
- get_mechanisms(selected_only=True)¶
Get a copy of all available mechanisms from the icmapping file. :param selected_only: flag to get only selected channels :type selected_only: bool