base¶
- class ConfiguredData¶
Bases:
objectRepresents a configured data object with associated configuration and data.
- property data: dict[str, ndarray]¶
Returns a dictionary containing the a copy of the stored data.
- Returns:
A dictionary containing the a copy of the stored data.
- Raises:
ValueError – If the data has not been initialized.
- items(*, exclude=None, copy=True)¶
Returns a tuple of (key, value) pairs for the data, optionally excluding some keys.
- Parameters:
- Return type:
- Returns:
A tuple of (key, value) pairs for the data.
- keys(*, exclude=None)¶
Returns the keys of the trajectory data, excluding specified keys.
- values(*, exclude=None, copy=True)¶
Returns the values of the configured data.