construct_tsdata§

typed_lisa_toolkit.construct_tsdata(*, times, entries, channels, name=None) TSData[source]§

Construct a TSData (Deprecated).

Parameters:
  • times (Axis) – A uniform array of shape (n_times,) or a Linspace object representing the time grid of the data.

  • entries (AnyArray) – An array of shape (n_batch, n_channels, n_harmonics, n_features, Nt) where Nt is the size of times. See the convention for more details.

  • channels – Names of the channels in the data.

  • name (str, optional) – Name of the data.

Warning

This function is deprecated and will be removed in 0.8.0; use the tsdata() function with the keyword arguments instead.