Returns traps, time points and labels for this position in form of a tree
Return traps, time points and labels for this position in the form of a tree in the hierarchy determined by the argument fields.
in the hierarchy determined by the argument fields. Note that it is
compressed to non-empty elements and timepoints.
Note that it is compressed to non-empty elements and timepoints.
Default hierarchy is:
Default hierarchy is:
- trap
- trap
- time point
- time point
- cell label
- cell label
This function currently produces trees of depth 3, but it can easily be
This function currently produces trees of depth 3, but it can easily be extended for deeper trees if needed (e.g. considering groups, chambers and/or positions).
extended for deeper trees if needed (e.g. considering groups,
chambers and/or positions).
Parameters
Parameters
----------
----------
fields: Fields to fetch from 'cell_info' inside the hdf5 storage
fields: list of strs
Fields to fetch from 'cell_info' inside the h5 file.
Returns
Returns
----------
----------
Nested dictionary where keys (or branches) are the upper levels
Nested dictionary where keys (or branches) are the upper levels and the leaves are the last element of :fields:.