ibex.data_source.imas_python_source_utils¶
Functions
|
Apply Gaussian filer to data :param data: The input array. |
|
Apply Savitzky-Golay filer to data :param data: The input array. |
|
Generate shapes for coordinate arrays based on a full data shape. |
|
Expands 1D data to a multidimensional grid using NumPy broadcasting. |
|
Recursively fills an array with values from a nested list. |
|
|
|
Returns shape of irregular array. |
|
Converts a nested list into a rectangular NumPy array by padding missing values with NaN. |
|
Resamples data onto new set of coordinates. |
Fast exact resampling using dictionaries. |
|
|