pyrfu.pyrf.t_eval module#

pyrfu.pyrf.t_eval.t_eval(inp, times)[source]#

Evaluates the input time series at the target time.

Parameters:
  • inp (xarray.DataArray) – Time series if the input to evaluate.

  • times (ndarray) – Times at which the input will be evaluated.

Returns:

out – Time series of the input at times t.

Return type:

xarray.DataArray