ibex.core.utils¶
Functions
|
Downsamples list of values :param data: data to be down-sampled :param target_size: desired size of data (in elements per dimension) :param method: Downsampling method. |
|
Traverses multidimensional list and returns first non-list value found |
|
Takes data list as input, and returns list of indices to be used for downsampling. |
|
Takes data list as input, and returns list of indices to be used for downsampling. |
|
Takes multidimensional list as input and transforms all np.arrays it founds (https://numpy.org/doc/2.1/reference/generated/numpy.ndarray.T.html) :param data: multidimensional list of np.arrays |
Classes
|
Enum class representing available downsampling methods. |
|
Helper class to extract arguments from imas uri |