bluepyemodel.model.model_configurator¶
Model Configurator
Classes
|
Handles the loading, saving and modification of a model configuration |
- class ModelConfigurator(access_point, configuration=None)¶
Bases:
objectHandles the loading, saving and modification of a model configuration
Creates a model configuration, which includes the model parameters, distributions, mechanisms and a morphology.
- Parameters:
access_point (DataAccessPoint) – access point to the emodel data.
configuration (NeuronModelConfiguration) – a pre-existing configuration.
- delete_configuration()¶
Delete the current configuration. Warning: it does not delete the file or resource of the configuration.
- get_gene_based_configuration()¶
Overwrite the currently loaded configuration with a new configuration initiated from gene data.
- get_gene_based_parameters()¶
Get the gene mapping from Nexus and retrieve the matching parameters and mechanisms from the ion channel selector
- load_configuration()¶
Load a previously registered configuration
- new_configuration(use_gene_data=False)¶
Create a new configuration
- save_configuration(path=None)¶
Save the configuration. The saving medium depends on the access point.