foxes.core.Data(data, dims, loop_dims, states_i0=None, name='data')[source]

Constructor.

Parameters

data: dict

The initial data to be stored

dims: dict

The dimensions tuples, same or subset of data keys

loop_dims: array_like of str

List of the loop dimensions during xarray’s apply_ufunc calculations

states_i0: int, optional

The index of the first state

name: str

The data container name