py_eddy_tracker.observations.network.same_position¶
- py_eddy_tracker.observations.network.same_position(x0, y0, t0, x1, y1, t1, i00, i01, i0, i1)[source]¶
Return index of track/segment found in other dataset
- Parameters:
x0 (array)
y0 (array)
t0 (array)
x1 (array)
y1 (array)
t1 (array)
i00 (array) – First index of track/segment/network in dataset0
i01 (array) – First index of track/segment/network in dataset1
i0 (List(array)) – list of array which contain index to order dataset0
i1 (List(array)) – list of array which contain index to order dataset1
- Return array:
index of dataset1 which match with dataset0, -1 => no match