pyrfu.pyrf.ts_tensor_xyz module#

pyrfu.pyrf.ts_tensor_xyz.ts_tensor_xyz(time, data, attrs: dict | None = None)[source]#

Create a time series containing a 2nd order tensor.

Parameters:
  • time (ndarray) – Array of times.

  • data (ndarray) – Data corresponding to the time list.

  • attrs (dict, Optional) – Attributes of the data list.

Returns:

out – 2nd order tensor time series.

Return type:

xarray.DataArray