neat.CompartmentFitter.getKernels

CompartmentFitter.getKernels(recompute=False, pprint=False)[source]

Returns the impedance kernels as a double nested list of “neat.Kernel”. The element at the position i,j represents the transfer impedance kernel between compartments i and j.

Parameters
  • recompute (bool) – Force recomputing the SOV expansion if True

  • pprint (bool) – Is verbose if True

Returns

  • k_orig (list of list of neat.Kernel) – The kernels of the full model

  • k_comp (list of list of neat.Kernel) – The kernels of the reduced model