uos_activpal.io.raw.extract_metadata_from_file¶
-
uos_activpal.io.raw.extract_metadata_from_file(file_path)[source]¶ Return a Meta object with the metadata from the given activPAL data file.
Parameters: file_path (str) – The path to an activPAL raw data file. Returns: meta – The information extracted from the files header. Return type: uos_activpal.io.raw.Meta See also
ActivpalData()- An object to wrap activPAL data.
load_activpal_data()- Returns the data from an activPAL data file.
change_file_code()- Modifies the file code of an activPAL raw data file.
extract_accelerometer_data()- Extracts the signals from an activPAL raw data file body.