MobilisedMetadata#

class mobgap.data.MobilisedMetadata(
start_date_time_iso: str,
time_zone: str,
sampling_rate_hz: float | None,
reference_sampling_rate_hz: float | None,
)[source]#

Bases: NamedTuple

Metadata 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.

Attributes:
reference_sampling_rate_hz

Alias for field number 3

sampling_rate_hz

Alias for field number 2

start_date_time_iso

Alias for field number 0

time_zone

Alias for field number 1

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Examples using mobgap.data.MobilisedMetadata#

Loading example data

Loading example data