bluepyopt.ephys.morphologies¶
Morphology classes
-
class
bluepyopt.ephys.morphologies.
NrnFileMorphology
(morphology_path, do_replace_axon=False, do_set_nseg=True, comment='', replace_axon_hoc=None, nseg_frequency=40, morph_modifiers=None, morph_modifiers_hoc=None)[source]¶ Morphology loaded from a file
Constructor
- Parameters
morphology_path (str) – location of the file describing the morphology
do_replace_axon (bool) – Does the axon need to be replaced by an AIS stub with default function ?
replace_axon_hoc (str) – String replacement for the ‘replace_axon’ command in hoc Must include ‘proc replace_axon(){ … } If None,the default replace_axon is used
nseg_frequency (float) – frequency of nseg
do_set_nseg (bool) – if True, it will use nseg_frequency
morph_modifiers (list) – list of functions to modify the icell with (sim, icell) as arguments
morph_modifiers_hoc (list) – list of hoc strings corresponding to morph_modifiers