CellParser.spatialgraph_to_cell¶
-
single_cell_parser.cell_parser.CellParser.spatialgraph_to_cell(parameters=
None, axon=False, scaleFunc=None)¶ Create a
Cellobject from an AMIRA spatial graph in .hoc format.Reads cell morphology from Amira hoc file and sets up PySections and Cell object.
- Parameters:¶
Deprecated since version 0.1.0: The scaleFunc argument is deprecated and will be removed in a future version. To ensure simulation reproducability, scaleFunc should be specified in the parameters, as described in
cell_modify_funsDeprecated since version 0.1.0: The
parameterskeyword is optional for this method. It was previously used to check for spines. Instead of passing parameters as a keyword, the Cell parameters file is used to apply biophysical mechanisms duringset_up_biophysics().
Documentation unclear, incomplete, broken or wrong? Let us know