MobilisedMetadata#
- class mobgap.data.MobilisedMetadata(
- start_date_time_iso: str,
- time_zone: str,
- sampling_rate_hz: float | None,
- reference_sampling_rate_hz: float | None,
Bases:
NamedTupleMetadata of each individual test/recording.
- Parameters:
- start_date_time_iso
The start date and time of the test in ISO format.
- time_zone
The time zone of the test (e.g. “Europe/Berlin”).
- sampling_rate_hz
The sampling rate of the IMU data in Hz. None, if no IMU data is available or loaded.
- reference_sampling_rate_hz
The sampling rate of the reference data in Hz. None, if no reference data is available or loaded.
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.