shnitsel.data.dataset_containers.multi_stacked#
Classes#
A version of the multi-series dataset where the data is indexed along a sahred frame (Multi-index) dimension. |
Module Contents#
- class MultiSeriesStacked(framesets)#
Bases:
shnitsel.data.dataset_containers.frames.Frames,shnitsel.data.dataset_containers.multi_series.MultiSeriesDatasetA version of the multi-series dataset where the data is indexed along a sahred frame (Multi-index) dimension. There is no padding necessary to make the trajectories the same length.
- Parameters:
framesets (Sequence[shnitsel.data.dataset_containers.frames.Frames | shnitsel.data.dataset_containers.trajectory.Trajectory | xarray.Dataset] | xarray.Dataset)
- _layered_repr_cached: MultiSeriesLayered | None = None#
- property as_layered: shnitsel.data.dataset_containers.multi_layered.MultiSeriesLayered#
Get a layered representation of the stacked datasets in this object
- Returns:
The converted (or extracted from cache) layered version of this multi-data dataset.
- Return type:
- property as_stacked: Self#
- Return type:
Self