neat.CompartmentFitter.setEEq

CompartmentFitter.setEEq(t_max=500.0, dt=0.1, factor_lambda=10.0)[source]

Set equilibrium potentials, measured from neuron simulation. Sets the v_eqs_tree and v_eqs_fit attributes, respectively containing the equilibrium potentials at (the middle of) each node in the original tree and at each of the fit locations

Parameters
  • t_max (float) – duration of the neuron simulation

  • dt (float) – time-step of the neuron simulation

  • factor_lambda (int of float) – if int, signifies the number of segments per section. If float, multiplies the number of segments given by the lambda rule with this number