neat.GreensTree.calc_channel_response_matrix¶
- GreensTree.calc_channel_response_matrix(*args, **kwargs)¶
Compute linearized ion channel state variable response matrix in the frequency domain at all locations in loc_arg to delta current pulse inputs at each of those loctions.
Note that the matrix is returned as a list of nested dictionaries.
- Parameters:
loc_arg (list of locations or string) – if list of locations, specifies the locations for which the ion channel responses are evaluated, if
string, specifies the name under which a set of location is stored- Returns:
The linearized responses of all channels to current pulse input, can be accessed as [location_index][channel_name][statevar_name][frequency, input loc]
- Return type:
List of dict of dict of np.ndarray