simrunparameters_to_cell

parameters_to_cell

Rebuild and re-simulate a network-embedded cell from .param files.

This module provides a function to rebuild a network-embedded neuron model from Cell parameters and Network parameters. The function also reconnects synapses from a .syn file and simulate the network.

See also

To rebuild and re-simulate a simrun simulation from a DataBase instead of parameter files, please refer to sim_trial_to_cell_object instead

Functions

parameters_to_cell(neuronParam, networkParam, synfile, dirPrefix, tStop, scale_apical, range_vars, allPoints, cell, evokedNW)

Rebuild and simulate a network-embedded cell.