py_eddy_tracker.observations.network.get_percentile_around_event

py_eddy_tracker.observations.network.get_percentile_around_event(i, i1, i2, ind, pct, follow_obs, t, segment, window=10, follow_parent=False, q=50, nb_min=1)[source]

Get stat around event

Parameters:
  • i (array[int]) – Indexs of target

  • i1 (array[int]) – Indexs of primary origin

  • i2 (array[int]) – Indexs of secondary origin

  • ind (array) – indexs from coherence

  • pct (array) – percent from coherence

  • follow_obs (array[int]) – give index for the following observation

  • t (array) – time for each observation

  • segment (array) – segment for each observation

  • window (int) – time window of search, defaults to 10

  • follow_parent (bool) – Follow parent instead of child, defaults to False

  • q (int) – Percentile from 0 to 100, defaults to 50

  • nb_min (int) – Number minimal of observation to provide statistics, defaults to 1

:return (array,array) : statistic for each event