<xarray.DataArray (individual: 25, time: 350, channel: 2)>
array([[[0., 0.],
[0., 0.],
[0., 0.],
...,
[0., 0.],
[0., 0.],
[0., 0.]],
[[0., 0.],
[0., 0.],
[0., 0.],
...,
[0., 0.],
[0., 0.],
[0., 0.]],
[[0., 0.],
[0., 0.],
[0., 0.],
...,
...
...,
[0., 0.],
[0., 0.],
[0., 0.]],
[[0., 0.],
[0., 0.],
[0., 0.],
...,
[0., 0.],
[0., 0.],
[0., 0.]],
[[0., 0.],
[0., 0.],
[0., 0.],
...,
[0., 0.],
[0., 0.],
[0., 0.]]])
Coordinates:
* individual (individual) int64 0 1 2 3 4 5 6 7 8 ... 17 18 19 20 21 22 23 24
* time (time) int64 0 1 2 3 4 5 6 7 ... 342 343 344 345 346 347 348 349
* channel (channel) <U18 'parasite_density' 'gametocyte_density'0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
array([[[0., 0.],
[0., 0.],
[0., 0.],
...,
[0., 0.],
[0., 0.],
[0., 0.]],
[[0., 0.],
[0., 0.],
[0., 0.],
...,
[0., 0.],
[0., 0.],
[0., 0.]],
[[0., 0.],
[0., 0.],
[0., 0.],
...,
...
...,
[0., 0.],
[0., 0.],
[0., 0.]],
[[0., 0.],
[0., 0.],
[0., 0.],
...,
[0., 0.],
[0., 0.],
[0., 0.]],
[[0., 0.],
[0., 0.],
[0., 0.],
...,
[0., 0.],
[0., 0.],
[0., 0.]]])individual
(individual)
int64
0 1 2 3 4 5 6 ... 19 20 21 22 23 24
array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
18, 19, 20, 21, 22, 23, 24])time
(time)
int64
0 1 2 3 4 5 ... 345 346 347 348 349
array([ 0, 1, 2, ..., 347, 348, 349])
channel
(channel)
<U18
'parasite_density' 'gametocyte_d...
array(['parasite_density', 'gametocyte_density'], dtype='<U18')
PandasIndex
PandasIndex(Index([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
18, 19, 20, 21, 22, 23, 24],
dtype='int64', name='individual'))PandasIndex
PandasIndex(Index([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
...
340, 341, 342, 343, 344, 345, 346, 347, 348, 349],
dtype='int64', name='time', length=350))PandasIndex
PandasIndex(Index(['parasite_density', 'gametocyte_density'], dtype='object', name='channel'))