dataset#
Full path: iqm.cpc.core.dataset
Utilities related to xarray dataset handling.
Functions
|
Efficiently add multiple DataArrays to a Dataset in one shot. |
|
Add parameter data to an array. |
Apply a 1-dimensional function along a selected coordinate axis inside a Nd data array. |
|
|
Compute and return the fit results for a 1-dimensional array of values |
|
Compute and return the fit results for a 2-dimensional array of values |
|
Converts a function taking two independent variables and parameters to a format usable with curve_fit, by flattening the model by the second dimension. |
|
Construct a Parameter representing a fit to the given data array. |
|
Extension of |
|
Slice an N-dimensional dataArray along specified dimension. |
|
Stack (that is, combine) all other dimensions other than the given dimension into a single dimension. |
|
Turns variable of xarray dataset into a coordinate. |