emodelrunner.morphology.builder¶
Builds morphology objects.
Functions
|
Creates the morphology object. |
|
Returns string containing axon hoc to use as replacement. |
- emodelrunner.morphology.builder.create_morphology(morph_args, package_type)[source]¶
Creates the morphology object.
- Parameters
morph_args (MorphArgs) – morphology-related configuration
package_type (Enum) – enum denoting the package type
- Raises
ValueError – raised when package_type is not supported
- Returns
morphology object
- Return type
ephys.morphologies.NrnFileMorphology