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 aLinspaceobject representing the time grid of the data.entries (
AnyArray) – An array of shape(n_batch, n_channels, n_harmonics, n_features, Nt)whereNtis the size oftimes. See theconventionfor 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.