neat.GreensTree.calc_channel_response_f

GreensTree.calc_channel_response_f(*args, **kwargs)

Compute linearized ion channel state variable responses in the frequency domain at loc2 to a delta current pulse input at loc1.

Parameters:
  • loc1 (Tuple(int, float) or neat.MorphLoc) – the location of the delta input current pulse

  • loc2 (Tuple(int, float) or neat.MorphLoc) – location of the ion channel response

Returns:

The linearized responses of all channels at loc2 to the delta current pulse input. Can be accessed as: [channel_name][statevar_name][frequency]

Return type:

dict of dict of np.ndarray