myelinated_results.split_APs

myelinated_results.split_APs(vm_key: str = 'V_mem') list[<MagicMock name='mock.array' id='139958333163664'>]

Detects individual Action potential in vm_key and split them in lists

Parameters:

vm_key (str, optional) – vmembrane key, by default “V_mem”

Returns:

  • list[np.array] – list of the x_pos of each AP

  • list[np.array] – list of the x index of each AP

  • list[np.array] – list of the time of each AP

  • list[np.array] – list of the time index of each AP