align_groups

static DataProviderLinked.align_groups(aligned_global_axes: dict[str, ArrayLike]) tuple[ArrayLike, dict[str, list[str]]][source]

Align the groups in a dataset group.

Parameters:

aligned_global_axes (dict[str, ArrayLike]) – The aligned global axes.

Returns:

The aligned grouplabels and group definitions.

Return type:

tuple[ArrayLike, dict[str, list[str]]]