bluepyemodel.efeatures_extraction.targets_configurator¶
Targets Configurator
Classes
|
Handles the loading, saving and modification of a targets configuration |
- class TargetsConfigurator(access_point, configuration=None)¶
Bases:
objectHandles the loading, saving and modification of a targets configuration
Creates a targets configuration, which includes the ephys files and targets
- Parameters:
access_point (DataAccessPoint) – access point to the emodel data.
configuration (TargetsConfiguration) – a pre-existing configuration.
- create_and_save_configuration_from_access_point()¶
Create and save a new configuration given data from access point.
- delete_configuration()¶
Delete the current configuration. Warning: it does not delete the file or resource of the configuration.
- load_configuration()¶
Load a previously registered configuration
- new_configuration(files=None, targets=None, protocols_rheobase=None, auto_targets=None, protocols_mapping=None)¶
Create a new configuration
- save_configuration()¶
Save the configuration. The saving medium depends of the access point.