single_cell_parser
❭ cell_parser
❭ CellParser
❭ apply_cell_modify_functions
CellParser.apply_cell_modify_functions¶
- single_cell_parser.cell_parser.CellParser.apply_cell_modify_functions(parameters)¶
Apply cell modify functions to the cell object.
Cell modify functions that appear in the Cell parameters file are applied to the cell object. For a list of possible cell modify functions, refer to
cell_modify_functions
.- Parameters:¶
parameters (
NTParameterSet
) – Neuron parameters, read from a Cell parameters file.