pyrfu.pyrf.remove_repeated_points module#

pyrfu.pyrf.remove_repeated_points.remove_repeated_points(inp)[source]#

Remove repeated elements in DataArray or structure data. Important when using defatt products. Must have a time variable.

Parameters:

inp (xarray.DataArray or dict) – Time series of the input variable.

Returns:

out – Time series of the cleaned input variable.

Return type:

xarray.DataArray or dict