tonic.functional.drop_pixel_numpy#

tonic.functional.drop_pixel_numpy(events: ndarray, coordinates)[source]#

Drops events for pixel locations that fire.

Parameters:
  • events (ndarray) – ndarray of shape [num_events, num_event_channels]

  • coordinates – list of (x,y) coordinates for which all events will be deleted.

Returns:

subset of original events.