myelinated_results.get_collision_pts

myelinated_results.get_collision_pts(vm_key: str = 'V_mem') list[float]
Returns three lists: - two containing the x,t coordinates of the interAPs colliding coordinates
  • one boolean list where true means the AP is colliding, else false

Parameters:

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

Returns:

  • list[float] – x coordinates of the interAPs collision point

  • list[float] – t coordinates of the interAPs collision point

  • list[bool] – list of colliding APs: true when colliding else false